Color Hex Logo

#ce9dcb Color Hex

#CE9DCB
(206,157,203)
0 Favorites   0 Comments

Color spaces of #ce9dcb

RGB 206157203
HSL0.840.330.71
HSV304°24°81°
CMYK 0.000.240.01   0.19
XYZ48.290141.547661.9742
Yxy41.54760.31810.2737
Hunter Lab64.457420.9278-11.8856
CIE-Lab70.557925.8784-16.5098

#ce9dcb color RGB value is (206,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011101 11001011
Octal 316 235 313
Decimal 206 157 203
Hex CE 9D CB

RGB Percentages of Color #ce9dcb

%36.40
%27.74
%35.87

CMYK Percentages of Color #ce9dcb

%0
%24
%1
%19

Triadic Colors of #ce9dcb

#ce9dcb #cbce9d #9dcbce

Analogous Colors of #ce9dcb

#ce9dcb #ce9db3 #b99dce

Monochromatic Colors of #ce9dcb

#ce9dcb

Complementary Color

#ce9dcb #9dcea0

#ce9dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9dcb Color CSS Codes

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

#ce9dcb Text Font Color

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

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


#ce9dcb Background Color

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

This div background color is #ce9dcb


#ce9dcb Border Color

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

This div border color is #ce9dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9dcb


Comments

No comments written yet.

Please login to write comment.