Color Hex Logo

#c88aaa Color Hex

#C88AAA
(200,138,170)
0 Favorites   0 Comments

Color spaces of #c88aaa

RGB 200138170
HSL0.910.360.66
HSV329°31°78°
CMYK 0.000.310.15   0.22
XYZ40.163633.358642.3522
Yxy33.35860.34660.2879
Hunter Lab57.756923.0526-3.0466
CIE-Lab64.450228.4363-7.2868

#c88aaa color RGB value is (200,138,170).

#c88aaa hex color red value is 200, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c88aaa hue: 0.91 , saturation: 0.36 and the lightness value of c88aaa is 0.66.

The process color (four color CMYK) of #c88aaa color hex is 0.00, 0.31, 0.15, 0.22. Web safe color of #c88aaa is #cc9999. Color #c88aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 10101010
Octal 310 212 252
Decimal 200 138 170
Hex C8 8A AA

RGB Percentages of Color #c88aaa

%39.37
%27.17
%33.46

CMYK Percentages of Color #c88aaa

%0
%31
%15
%22

Triadic Colors of #c88aaa

#c88aaa #aac88a #8aaac8

Analogous Colors of #c88aaa

#c88aaa #c88a8b #c78ac8

Monochromatic Colors of #c88aaa

#c88aaa

Complementary Color

#c88aaa #8ac8a8

#c88aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88aaa Color CSS Codes

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

#c88aaa Text Font Color

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

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


#c88aaa Background Color

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

This div background color is #c88aaa


#c88aaa Border Color

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

This div border color is #c88aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88aaa


Comments

No comments written yet.

Please login to write comment.