Color spaces of #ce21bf
RGB | 206 | 33 | 191 |
---|---|---|---|
HSL | 0.85 | 0.72 | 0.47 |
HSV | 305° | 84° | 81° |
CMYK | 0.00 | 0.84 | 0.07 0.19 |
XYZ | 35.4014 | 17.9711 | 50.8931 |
Yxy | 17.9711 | 0.3395 | 0.1724 |
Hunter Lab | 42.3923 | 74.8769 | -41.5046 |
CIE-Lab | 49.4610 | 77.5875 | -42.3497 |
#ce21bf color RGB value is (206,33,191).
#ce21bf hex color red value is 206, green value is 33 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce21bf hue: 0.85 , saturation: 0.72 and the lightness value of ce21bf is 0.47.
The process color (four color CMYK) of #ce21bf color hex is 0.00, 0.84, 0.07, 0.19. Web safe color of #ce21bf is #cc33cc. Color #ce21bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00100001 | 10111111 |
Octal | 316 | 41 | 277 |
Decimal | 206 | 33 | 191 |
Hex | CE | 21 | BF |
Shades of #ce21bf
Tints of #ce21bf
RGB Percentages of Color #ce21bf
CMYK Percentages of Color #ce21bf
Complementary Color
#ce21bf | #21ce30 |
#ce21bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce21bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce21bf Color CSS Codes
.mybgcolor {background-color:#ce21bf; } .myforecolor {color:#ce21bf; } .mybordercolor {border:3px solid #ce21bf; }
#ce21bf Text Font Color
<p style="color:#ce21bf">Text here</p>
This sample text font color is #ce21bf
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.
#ce21bf Background Color
<div style="background-color:#ce21bf">
Div content here</div>
This div background color is #ce21bf
#ce21bf Border Color
<div style="border:3px solid #ce21bf">
Div here</div>
This div border color is #ce21bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,33,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce21bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce21bf; -webkit-box-shadow: 1px 1px 3px 2px #ce21bf; box-shadow: 1px 1px 3px 2px #ce21bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,33,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce21bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce21bf; -webkit-box-shadow: 1px 1px 3px 2px #ce21bf; box-shadow: 1px 1px 3px 2px #ce21bf;">
Div content here</div>
This div box has shadow with color #ce21bf
Comments
No comments written yet.
Please login to write comment.