Color Hex Logo

#c986ae Color Hex

#C986AE
(201,134,174)
0 Favorites   0 Comments

Color spaces of #c986ae

RGB 201134174
HSL0.900.380.66
HSV324°33°79°
CMYK 0.000.330.13   0.21
XYZ40.252532.523744.2006
Yxy32.52370.34410.2780
Hunter Lab57.029626.1868-6.0319
CIE-Lab63.773431.6304-10.5475

#c986ae color RGB value is (201,134,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 10101110
Octal 311 206 256
Decimal 201 134 174
Hex C9 86 AE

RGB Percentages of Color #c986ae

%39.49
%26.33
%34.18

CMYK Percentages of Color #c986ae

%0
%33
%13
%21

Triadic Colors of #c986ae

#c986ae #aec986 #86aec9

Analogous Colors of #c986ae

#c986ae #c9868d #c386c9

Monochromatic Colors of #c986ae

#c986ae

Complementary Color

#c986ae #86c9a1

#c986ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c986ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c986ae Color CSS Codes

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

#c986ae Text Font Color

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

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


#c986ae Background Color

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

This div background color is #c986ae


#c986ae Border Color

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

This div border color is #c986ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c986ae


Comments

No comments written yet.

Please login to write comment.