Color Hex Logo

#c89abe Color Hex

#C89ABE
(200,154,190)
0 Favorites   0 Comments

Color spaces of #c89abe

RGB 200154190
HSL0.870.290.69
HSV313°23°78°
CMYK 0.000.230.05   0.22
XYZ44.669339.108353.9095
Yxy39.10830.32440.2840
Hunter Lab62.536618.0617-7.3351
CIE-Lab68.829623.0959-11.9633

#c89abe color RGB value is (200,154,190).

#c89abe hex color red value is 200, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c89abe hue: 0.87 , saturation: 0.29 and the lightness value of c89abe is 0.69.

The process color (four color CMYK) of #c89abe color hex is 0.00, 0.23, 0.05, 0.22. Web safe color of #c89abe is #cc99cc. Color #c89abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011010 10111110
Octal 310 232 276
Decimal 200 154 190
Hex C8 9A BE

RGB Percentages of Color #c89abe

%36.76
%28.31
%34.93

CMYK Percentages of Color #c89abe

%0
%23
%5
%22

Triadic Colors of #c89abe

#c89abe #bec89a #9abec8

Analogous Colors of #c89abe

#c89abe #c89aa7 #bb9ac8

Monochromatic Colors of #c89abe

#c89abe

Complementary Color

#c89abe #9ac8a4

#c89abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89abe Color CSS Codes

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

#c89abe Text Font Color

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

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


#c89abe Background Color

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

This div background color is #c89abe


#c89abe Border Color

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

This div border color is #c89abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89abe


Comments

No comments written yet.

Please login to write comment.