Color Hex Logo

#c987ae Color Hex

#C987AE
(201,135,174)
0 Favorites   0 Comments

Color spaces of #c987ae

RGB 201135174
HSL0.900.380.66
HSV325°33°79°
CMYK 0.000.330.13   0.21
XYZ40.391332.801444.2469
Yxy32.80140.34390.2793
Hunter Lab57.272525.6598-5.7148
CIE-Lab63.999831.0856-10.2089

#c987ae color RGB value is (201,135,174).

#c987ae hex color red value is 201, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c987ae hue: 0.90 , saturation: 0.38 and the lightness value of c987ae is 0.66.

The process color (four color CMYK) of #c987ae color hex is 0.00, 0.33, 0.13, 0.21. Web safe color of #c987ae is #cc9999. Color #c987ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 10101110
Octal 311 207 256
Decimal 201 135 174
Hex C9 87 AE

RGB Percentages of Color #c987ae

%39.41
%26.47
%34.12

CMYK Percentages of Color #c987ae

%0
%33
%13
%21

Triadic Colors of #c987ae

#c987ae #aec987 #87aec9

Analogous Colors of #c987ae

#c987ae #c9878d #c387c9

Monochromatic Colors of #c987ae

#c987ae

Complementary Color

#c987ae #87c9a2

#c987ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c987ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c987ae Color CSS Codes

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

#c987ae Text Font Color

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

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


#c987ae Background Color

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

This div background color is #c987ae


#c987ae Border Color

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

This div border color is #c987ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c987ae


Comments

No comments written yet.

Please login to write comment.