Color Hex Logo

#ce9bde Color Hex

#CE9BDE
(206,155,222)
0 Favorites   0 Comments

Color spaces of #ce9bde

RGB 206155222
HSL0.790.500.74
HSV286°30°87°
CMYK 0.070.300.00   0.13
XYZ50.359841.838474.5286
Yxy41.83840.30200.2509
Hunter Lab64.682625.7798-23.0373
CIE-Lab70.759430.6304-26.6738

#ce9bde color RGB value is (206,155,222).

#ce9bde hex color red value is 206, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce9bde hue: 0.79 , saturation: 0.50 and the lightness value of ce9bde is 0.74.

The process color (four color CMYK) of #ce9bde color hex is 0.07, 0.30, 0.00, 0.13. Web safe color of #ce9bde is #cc99cc. Color #ce9bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11011110
Octal 316 233 336
Decimal 206 155 222
Hex CE 9B DE

RGB Percentages of Color #ce9bde

%35.33
%26.59
%38.08

CMYK Percentages of Color #ce9bde

%7
%30
%0
%13

Triadic Colors of #ce9bde

#ce9bde #dece9b #9bdece

Analogous Colors of #ce9bde

#ce9bde #de9bcd #ad9bde

Monochromatic Colors of #ce9bde

#ce9bde

Complementary Color

#ce9bde #abde9b

#ce9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bde Color CSS Codes

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

#ce9bde Text Font Color

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

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


#ce9bde Background Color

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

This div background color is #ce9bde


#ce9bde Border Color

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

This div border color is #ce9bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bde


Comments

No comments written yet.

Please login to write comment.