Color spaces of #340ccb
RGB | 52 | 12 | 203 |
---|---|---|---|
HSL | 0.70 | 0.89 | 0.42 |
HSV | 253° | 94° | 80° |
CMYK | 0.74 | 0.94 | 0.00 0.20 |
XYZ | 12.3271 | 5.3048 | 56.8741 |
Yxy | 5.3048 | 0.1655 | 0.0712 |
Hunter Lab | 23.0322 | 55.2292 | -130.2844 |
CIE-Lab | 27.5861 | 65.2205 | -85.9217 |
#340ccb color RGB value is (52,12,203).
#340ccb hex color red value is 52, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #340ccb hue: 0.70 , saturation: 0.89 and the lightness value of 340ccb is 0.42.
The process color (four color CMYK) of #340ccb color hex is 0.74, 0.94, 0.00, 0.20. Web safe color of #340ccb is #3300cc. Color #340ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00001100 | 11001011 |
Octal | 64 | 14 | 313 |
Decimal | 52 | 12 | 203 |
Hex | 34 | C | CB |
Shades of #340ccb
Tints of #340ccb
RGB Percentages of Color #340ccb
CMYK Percentages of Color #340ccb
Complementary Color
#340ccb | #a3cb0c |
#340ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#340ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#340ccb Color CSS Codes
.mybgcolor {background-color:#340ccb; } .myforecolor {color:#340ccb; } .mybordercolor {border:3px solid #340ccb; }
#340ccb Text Font Color
<p style="color:#340ccb">Text here</p>
This sample text font color is #340ccb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#340ccb Background Color
<div style="background-color:#340ccb">
Div content here</div>
This div background color is #340ccb
#340ccb Border Color
<div style="border:3px solid #340ccb">
Div here</div>
This div border color is #340ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,12,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #340ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #340ccb; -webkit-box-shadow: 1px 1px 3px 2px #340ccb; box-shadow: 1px 1px 3px 2px #340ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,12,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #340ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #340ccb; -webkit-box-shadow: 1px 1px 3px 2px #340ccb; box-shadow: 1px 1px 3px 2px #340ccb;">
Div content here</div>
This div box has shadow with color #340ccb
Comments
No comments written yet.
Please login to write comment.