Color Hex Logo

#ce9cda Color Hex

#CE9CDA
(206,156,218)
0 Favorites   0 Comments

Color spaces of #ce9cda

RGB 206156218
HSL0.800.460.73
HSV288°28°85°
CMYK 0.060.280.00   0.15
XYZ49.997041.960771.7938
Yxy41.96070.30530.2562
Hunter Lab64.777124.4121-20.3684
CIE-Lab70.843829.2924-24.3453

#ce9cda color RGB value is (206,156,218).

#ce9cda hex color red value is 206, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce9cda hue: 0.80 , saturation: 0.46 and the lightness value of ce9cda is 0.73.

The process color (four color CMYK) of #ce9cda color hex is 0.06, 0.28, 0.00, 0.15. Web safe color of #ce9cda is #cc99cc. Color #ce9cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 11011010
Octal 316 234 332
Decimal 206 156 218
Hex CE 9C DA

RGB Percentages of Color #ce9cda

%35.52
%26.90
%37.59

CMYK Percentages of Color #ce9cda

%6
%28
%0
%15

Triadic Colors of #ce9cda

#ce9cda #dace9c #9cdace

Analogous Colors of #ce9cda

#ce9cda #da9cc7 #af9cda

Monochromatic Colors of #ce9cda

#ce9cda

Complementary Color

#ce9cda #a8da9c

#ce9cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9cda Color CSS Codes

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

#ce9cda Text Font Color

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

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


#ce9cda Background Color

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

This div background color is #ce9cda


#ce9cda Border Color

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

This div border color is #ce9cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9cda


Comments

No comments written yet.

Please login to write comment.