Color spaces of #2617ca
RGB | 38 | 23 | 202 |
---|---|---|---|
HSL | 0.68 | 0.80 | 0.44 |
HSV | 245° | 89° | 79° |
CMYK | 0.81 | 0.89 | 0.00 0.21 |
XYZ | 11.7664 | 5.2891 | 56.2779 |
Yxy | 5.2891 | 0.1605 | 0.0721 |
Hunter Lab | 22.9980 | 51.0787 | -128.9884 |
CIE-Lab | 27.5430 | 61.5090 | -85.4311 |
#2617ca color RGB value is (38,23,202).
#2617ca hex color red value is 38, green value is 23 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2617ca hue: 0.68 , saturation: 0.80 and the lightness value of 2617ca is 0.44.
The process color (four color CMYK) of #2617ca color hex is 0.81, 0.89, 0.00, 0.21. Web safe color of #2617ca is #3300cc. Color #2617ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00010111 | 11001010 |
Octal | 46 | 27 | 312 |
Decimal | 38 | 23 | 202 |
Hex | 26 | 17 | CA |
Shades of #2617ca
Tints of #2617ca
RGB Percentages of Color #2617ca
CMYK Percentages of Color #2617ca
Complementary Color
#2617ca | #bbca17 |
#2617ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2617ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#2617ca Color CSS Codes
.mybgcolor {background-color:#2617ca; } .myforecolor {color:#2617ca; } .mybordercolor {border:3px solid #2617ca; }
#2617ca Text Font Color
<p style="color:#2617ca">Text here</p>
This sample text font color is #2617ca
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.
#2617ca Background Color
<div style="background-color:#2617ca">
Div content here</div>
This div background color is #2617ca
#2617ca Border Color
<div style="border:3px solid #2617ca">
Div here</div>
This div border color is #2617ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,23,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2617ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2617ca; -webkit-box-shadow: 1px 1px 3px 2px #2617ca; box-shadow: 1px 1px 3px 2px #2617ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,23,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2617ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2617ca; -webkit-box-shadow: 1px 1px 3px 2px #2617ca; box-shadow: 1px 1px 3px 2px #2617ca;">
Div content here</div>
This div box has shadow with color #2617ca
Comments
No comments written yet.
Please login to write comment.