Color Hex Logo

#c89ede Color Hex

#C89EDE
(200,158,222)
0 Favorites   0 Comments

Color spaces of #c89ede

RGB 200158222
HSL0.780.490.75
HSV279°29°87°
CMYK 0.100.290.00   0.13
XYZ49.231142.007074.6206
Yxy42.00700.29680.2533
Hunter Lab64.812822.1642-22.8931
CIE-Lab70.875727.0832-26.5456

#c89ede color RGB value is (200,158,222).

#c89ede hex color red value is 200, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c89ede hue: 0.78 , saturation: 0.49 and the lightness value of c89ede is 0.75.

The process color (four color CMYK) of #c89ede color hex is 0.10, 0.29, 0.00, 0.13. Web safe color of #c89ede is #cc99cc. Color #c89ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011110 11011110
Octal 310 236 336
Decimal 200 158 222
Hex C8 9E DE

RGB Percentages of Color #c89ede

%34.48
%27.24
%38.28

CMYK Percentages of Color #c89ede

%10
%29
%0
%13

Triadic Colors of #c89ede

#c89ede #dec89e #9edec8

Analogous Colors of #c89ede

#c89ede #de9ed4 #a89ede

Monochromatic Colors of #c89ede

#c89ede

Complementary Color

#c89ede #b4de9e

#c89ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89ede Color CSS Codes

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

#c89ede Text Font Color

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

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


#c89ede Background Color

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

This div background color is #c89ede


#c89ede Border Color

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

This div border color is #c89ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,158,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 #c89ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89ede


Comments

No comments written yet.

Please login to write comment.