Color Hex Logo

#ce09cd Color Hex

#CE09CD
(206,9,205)
0 Favorites   0 Comments

Color spaces of #ce09cd

RGB 2069205
HSL0.830.920.42
HSV300°96°81°
CMYK 0.000.960.00   0.19
XYZ36.570717.725059.2514
Yxy17.72500.32210.1561
Hunter Lab42.101181.3755-53.9717
CIE-Lab49.160882.7994-50.9374

#ce09cd color RGB value is (206,9,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 11001101
Octal 316 11 315
Decimal 206 9 205
Hex CE 9 CD

RGB Percentages of Color #ce09cd

%49.05
%2.14
%48.81

CMYK Percentages of Color #ce09cd

%0
%96
%0
%19

Triadic Colors of #ce09cd

#ce09cd #cdce09 #09cdce

Analogous Colors of #ce09cd

#ce09cd #ce096b #6d09ce

Monochromatic Colors of #ce09cd

#ce09cd

Complementary Color

#ce09cd #09ce0a

#ce09cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce09cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce09cd Color CSS Codes

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

#ce09cd Text Font Color

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

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


#ce09cd Background Color

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

This div background color is #ce09cd


#ce09cd Border Color

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

This div border color is #ce09cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,9,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce09cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce09cd


Comments

No comments written yet.

Please login to write comment.