Color Hex Logo

#cc89ae Color Hex

#CC89AE
(204,137,174)
0 Favorites   0 Comments

Color spaces of #cc89ae

RGB 204137174
HSL0.910.400.67
HSV327°33°80°
CMYK 0.000.330.15   0.20
XYZ41.487533.784744.3789
Yxy33.78470.34670.2824
Hunter Lab58.124625.6896-4.5815
CIE-Lab64.791331.0442-8.9913

#cc89ae color RGB value is (204,137,174).

#cc89ae hex color red value is 204, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc89ae hue: 0.91 , saturation: 0.40 and the lightness value of cc89ae is 0.67.

The process color (four color CMYK) of #cc89ae color hex is 0.00, 0.33, 0.15, 0.20. Web safe color of #cc89ae is #cc9999. Color #cc89ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 10101110
Octal 314 211 256
Decimal 204 137 174
Hex CC 89 AE

RGB Percentages of Color #cc89ae

%39.61
%26.60
%33.79

CMYK Percentages of Color #cc89ae

%0
%33
%15
%20

Triadic Colors of #cc89ae

#cc89ae #aecc89 #89aecc

Analogous Colors of #cc89ae

#cc89ae #cc898d #c989cc

Monochromatic Colors of #cc89ae

#cc89ae

Complementary Color

#cc89ae #89cca7

#cc89ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc89ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc89ae Color CSS Codes

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

#cc89ae Text Font Color

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

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


#cc89ae Background Color

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

This div background color is #cc89ae


#cc89ae Border Color

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

This div border color is #cc89ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,137,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc89ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc89ae;
  -webkit-box-shadow: 1px 1px 3px 2px #cc89ae;
  box-shadow:         1px 1px 3px 2px #cc89ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,137,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc89ae


Comments

No comments written yet.

Please login to write comment.