Color Hex Logo

#ce9dbe Color Hex

#CE9DBE
(206,157,190)
0 Favorites   0 Comments

Color spaces of #ce9dbe

RGB 206157190
HSL0.890.330.71
HSV320°24°81°
CMYK 0.000.240.08   0.19
XYZ46.804840.953554.1531
Yxy40.95350.32980.2886
Hunter Lab63.994918.5608-5.3753
CIE-Lab70.143323.5321-9.9363

#ce9dbe color RGB value is (206,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011101 10111110
Octal 316 235 276
Decimal 206 157 190
Hex CE 9D BE

RGB Percentages of Color #ce9dbe

%37.25
%28.39
%34.36

CMYK Percentages of Color #ce9dbe

%0
%24
%8
%19

Triadic Colors of #ce9dbe

#ce9dbe #bece9d #9dbece

Analogous Colors of #ce9dbe

#ce9dbe #ce9da6 #c69dce

Monochromatic Colors of #ce9dbe

#ce9dbe

Complementary Color

#ce9dbe #9dcead

#ce9dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9dbe Color CSS Codes

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

#ce9dbe Text Font Color

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

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


#ce9dbe Background Color

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

This div background color is #ce9dbe


#ce9dbe Border Color

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

This div border color is #ce9dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9dbe


Comments

No comments written yet.

Please login to write comment.