Color Hex Logo

#ce0ccd Color Hex

#CE0CCD
(206,12,205)
0 Favorites   0 Comments

Color spaces of #ce0ccd

RGB 20612205
HSL0.830.890.43
HSV300°94°81°
CMYK 0.000.940.00   0.19
XYZ36.604517.792559.2626
Yxy17.79250.32210.1565
Hunter Lab42.181281.0840-53.7729
CIE-Lab49.243582.5553-50.8053

#ce0ccd color RGB value is (206,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001100 11001101
Octal 316 14 315
Decimal 206 12 205
Hex CE C CD

RGB Percentages of Color #ce0ccd

%48.70
%2.84
%48.46

CMYK Percentages of Color #ce0ccd

%0
%94
%0
%19

Triadic Colors of #ce0ccd

#ce0ccd #cdce0c #0ccdce

Analogous Colors of #ce0ccd

#ce0ccd #ce0c6c #6e0cce

Monochromatic Colors of #ce0ccd

#ce0ccd

Complementary Color

#ce0ccd #0cce0d

#ce0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0ccd Color CSS Codes

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

#ce0ccd Text Font Color

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

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


#ce0ccd Background Color

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

This div background color is #ce0ccd


#ce0ccd Border Color

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

This div border color is #ce0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0ccd


Comments

No comments written yet.

Please login to write comment.