Color spaces of #21264c
RGB | 33 | 38 | 76 |
---|---|---|---|
HSL | 0.65 | 0.39 | 0.21 |
HSV | 233° | 57° | 30° |
CMYK | 0.57 | 0.50 | 0.00 0.70 |
XYZ | 2.6248 | 2.2314 | 7.1298 |
Yxy | 2.2314 | 0.2190 | 0.1862 |
Hunter Lab | 14.9379 | 5.2238 | -17.8424 |
CIE-Lab | 16.6576 | 10.3665 | -24.3064 |
#21264c color RGB value is (33,38,76).
#21264c hex color red value is 33, green value is 38 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #21264c hue: 0.65 , saturation: 0.39 and the lightness value of 21264c is 0.21.
The process color (four color CMYK) of #21264c color hex is 0.57, 0.50, 0.00, 0.70. Web safe color of #21264c is #333333. Color #21264c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00100110 | 01001100 |
Octal | 41 | 46 | 114 |
Decimal | 33 | 38 | 76 |
Hex | 21 | 26 | 4C |
Shades of #21264c
Tints of #21264c
RGB Percentages of Color #21264c
CMYK Percentages of Color #21264c
Complementary Color
#21264c | #4c4721 |
#21264c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21264c Color Preview on White Background
Lorem ipsum dolor sit amet.
#21264c Color CSS Codes
.mybgcolor {background-color:#21264c; } .myforecolor {color:#21264c; } .mybordercolor {border:3px solid #21264c; }
#21264c Text Font Color
<p style="color:#21264c">Text here</p>
This sample text font color is #21264c
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.
#21264c Background Color
<div style="background-color:#21264c">
Div content here</div>
This div background color is #21264c
#21264c Border Color
<div style="border:3px solid #21264c">
Div here</div>
This div border color is #21264c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,38,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21264c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21264c; -webkit-box-shadow: 1px 1px 3px 2px #21264c; box-shadow: 1px 1px 3px 2px #21264c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,38,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21264c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21264c; -webkit-box-shadow: 1px 1px 3px 2px #21264c; box-shadow: 1px 1px 3px 2px #21264c;">
Div content here</div>
This div box has shadow with color #21264c
Comments
No comments written yet.
Please login to write comment.