Color Hex Logo

#ce9add Color Hex

#CE9ADD
(206,154,221)
0 Favorites   0 Comments

Color spaces of #ce9add

RGB 206154221
HSL0.800.500.74
HSV287°30°87°
CMYK 0.070.300.00   0.13
XYZ50.060341.453573.7695
Yxy41.45350.30290.2508
Hunter Lab64.384426.1150-22.8634
CIE-Lab70.492530.9770-26.5334

#ce9add color RGB value is (206,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 11011101
Octal 316 232 335
Decimal 206 154 221
Hex CE 9A DD

RGB Percentages of Color #ce9add

%35.46
%26.51
%38.04

CMYK Percentages of Color #ce9add

%7
%30
%0
%13

Triadic Colors of #ce9add

#ce9add #ddce9a #9addce

Analogous Colors of #ce9add

#ce9add #dd9acb #ad9add

Monochromatic Colors of #ce9add

#ce9add

Complementary Color

#ce9add #a9dd9a

#ce9add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9add Color CSS Codes

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

#ce9add Text Font Color

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

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


#ce9add Background Color

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

This div background color is #ce9add


#ce9add Border Color

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

This div border color is #ce9add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9add


Comments

No comments written yet.

Please login to write comment.