Color Hex Logo

#c89acd Color Hex

#C89ACD
(200,154,205)
0 Favorites   0 Comments

Color spaces of #c89acd

RGB 200154205
HSL0.820.340.70
HSV294°25°80°
CMYK 0.020.250.00   0.20
XYZ46.394539.798362.9942
Yxy39.79830.31100.2668
Hunter Lab63.085920.8718-15.0437
CIE-Lab69.325625.8995-19.5387

#c89acd color RGB value is (200,154,205).

#c89acd hex color red value is 200, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c89acd hue: 0.82 , saturation: 0.34 and the lightness value of c89acd is 0.70.

The process color (four color CMYK) of #c89acd color hex is 0.02, 0.25, 0.00, 0.20. Web safe color of #c89acd is #cc99cc. Color #c89acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011010 11001101
Octal 310 232 315
Decimal 200 154 205
Hex C8 9A CD

RGB Percentages of Color #c89acd

%35.78
%27.55
%36.67

CMYK Percentages of Color #c89acd

%2
%25
%0
%20

Triadic Colors of #c89acd

#c89acd #cdc89a #9acdc8

Analogous Colors of #c89acd

#c89acd #cd9ab9 #af9acd

Monochromatic Colors of #c89acd

#c89acd

Complementary Color

#c89acd #9fcd9a

#c89acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89acd Color CSS Codes

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

#c89acd Text Font Color

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

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


#c89acd Background Color

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

This div background color is #c89acd


#c89acd Border Color

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

This div border color is #c89acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89acd


Comments

No comments written yet.

Please login to write comment.