Color Hex Logo

#ce9ccd Color Hex

#CE9CCD
(206,156,205)
0 Favorites   0 Comments

Color spaces of #ce9ccd

RGB 206156205
HSL0.840.340.71
HSV301°24°81°
CMYK 0.000.240.00   0.19
XYZ48.361541.306563.1816
Yxy41.30650.31640.2702
Hunter Lab64.270121.8436-13.2967
CIE-Lab70.390126.7980-17.8685

#ce9ccd color RGB value is (206,156,205).

#ce9ccd hex color red value is 206, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ce9ccd hue: 0.84 , saturation: 0.34 and the lightness value of ce9ccd is 0.71.

The process color (four color CMYK) of #ce9ccd color hex is 0.00, 0.24, 0.00, 0.19. Web safe color of #ce9ccd is #cc99cc. Color #ce9ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 11001101
Octal 316 234 315
Decimal 206 156 205
Hex CE 9C CD

RGB Percentages of Color #ce9ccd

%36.33
%27.51
%36.16

CMYK Percentages of Color #ce9ccd

%0
%24
%0
%19

Triadic Colors of #ce9ccd

#ce9ccd #cdce9c #9ccdce

Analogous Colors of #ce9ccd

#ce9ccd #ce9cb4 #b69cce

Monochromatic Colors of #ce9ccd

#ce9ccd

Complementary Color

#ce9ccd #9cce9d

#ce9ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9ccd Color CSS Codes

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

#ce9ccd Text Font Color

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

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


#ce9ccd Background Color

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

This div background color is #ce9ccd


#ce9ccd Border Color

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

This div border color is #ce9ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9ccd


Comments

No comments written yet.

Please login to write comment.