Color Hex Logo

#ce09ca Color Hex

#CE09CA
(206,9,202)
0 Favorites   0 Comments

Color spaces of #ce09ca

RGB 2069202
HSL0.840.920.42
HSV301°96°81°
CMYK 0.000.960.02   0.19
XYZ36.212017.581557.3621
Yxy17.58150.32580.1582
Hunter Lab41.930380.7788-51.7596
CIE-Lab48.984582.3665-49.4871

#ce09ca color RGB value is (206,9,202).

#ce09ca hex color red value is 206, green value is 9 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ce09ca hue: 0.84 , saturation: 0.92 and the lightness value of ce09ca is 0.42.

The process color (four color CMYK) of #ce09ca color hex is 0.00, 0.96, 0.02, 0.19. Web safe color of #ce09ca is #cc00cc. Color #ce09ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 11001010
Octal 316 11 312
Decimal 206 9 202
Hex CE 9 CA

RGB Percentages of Color #ce09ca

%49.40
%2.16
%48.44

CMYK Percentages of Color #ce09ca

%0
%96
%2
%19

Triadic Colors of #ce09ca

#ce09ca #cace09 #09cace

Analogous Colors of #ce09ca

#ce09ca #ce0968 #7009ce

Monochromatic Colors of #ce09ca

#ce09ca

Complementary Color

#ce09ca #09ce0d

#ce09ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce09ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce09ca Color CSS Codes

.mybgcolor {background-color:#ce09ca; } 
.myforecolor {color:#ce09ca; }
.mybordercolor {border:3px solid #ce09ca; }

#ce09ca Text Font Color

<p style="color:#ce09ca">Text here</p>

This sample text font color is #ce09ca
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.


#ce09ca Background Color

<div style="background-color:#ce09ca">
Div content here</div>

This div background color is #ce09ca


#ce09ca Border Color

<div style="border:3px solid #ce09ca">
Div here</div>

This div border color is #ce09ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,9,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce09ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce09ca;
  -webkit-box-shadow: 1px 1px 3px 2px #ce09ca;
  box-shadow:         1px 1px 3px 2px #ce09ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,9,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 #ce09ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce09ca;
  -webkit-box-shadow: 1px 1px 3px 2px #ce09ca;
  box-shadow:         1px 1px 3px 2px #ce09ca;">
Div content here</div>

This div box has shadow with color #ce09ca


Comments

No comments written yet.

Please login to write comment.