Color spaces of #2606cf
RGB | 38 | 6 | 207 |
---|---|---|---|
HSL | 0.69 | 0.94 | 0.42 |
HSV | 250° | 97° | 81° |
CMYK | 0.82 | 0.97 | 0.00 0.19 |
XYZ | 12.1269 | 5.0473 | 59.3666 |
Yxy | 5.0473 | 0.1584 | 0.0659 |
Hunter Lab | 22.4662 | 57.0357 | -140.9466 |
CIE-Lab | 26.8691 | 66.9333 | -89.4772 |
#2606cf color RGB value is (38,6,207).
#2606cf hex color red value is 38, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2606cf hue: 0.69 , saturation: 0.94 and the lightness value of 2606cf is 0.42.
The process color (four color CMYK) of #2606cf color hex is 0.82, 0.97, 0.00, 0.19. Web safe color of #2606cf is #3300cc. Color #2606cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00000110 | 11001111 |
Octal | 46 | 6 | 317 |
Decimal | 38 | 6 | 207 |
Hex | 26 | 6 | CF |
Shades of #2606cf
Tints of #2606cf
RGB Percentages of Color #2606cf
CMYK Percentages of Color #2606cf
Complementary Color
#2606cf | #afcf06 |
#2606cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2606cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2606cf Color CSS Codes
.mybgcolor {background-color:#2606cf; } .myforecolor {color:#2606cf; } .mybordercolor {border:3px solid #2606cf; }
#2606cf Text Font Color
<p style="color:#2606cf">Text here</p>
This sample text font color is #2606cf
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.
#2606cf Background Color
<div style="background-color:#2606cf">
Div content here</div>
This div background color is #2606cf
#2606cf Border Color
<div style="border:3px solid #2606cf">
Div here</div>
This div border color is #2606cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,6,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2606cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2606cf; -webkit-box-shadow: 1px 1px 3px 2px #2606cf; box-shadow: 1px 1px 3px 2px #2606cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,6,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2606cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2606cf; -webkit-box-shadow: 1px 1px 3px 2px #2606cf; box-shadow: 1px 1px 3px 2px #2606cf;">
Div content here</div>
This div box has shadow with color #2606cf
Comments
No comments written yet.
Please login to write comment.