Color Hex Logo

#c972ae Color Hex

#C972AE
(201,114,174)
0 Favorites   0 Comments

Color spaces of #c972ae

RGB 201114174
HSL0.890.450.62
HSV319°43°79°
CMYK 0.000.430.13   0.21
XYZ37.744727.508143.3646
Yxy27.50810.34750.2533
Hunter Lab52.448236.6745-12.3078
CIE-Lab59.441742.3359-17.0763

#c972ae color RGB value is (201,114,174).

#c972ae hex color red value is 201, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c972ae hue: 0.89 , saturation: 0.45 and the lightness value of c972ae is 0.62.

The process color (four color CMYK) of #c972ae color hex is 0.00, 0.43, 0.13, 0.21. Web safe color of #c972ae is #cc6699. Color #c972ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10101110
Octal 311 162 256
Decimal 201 114 174
Hex C9 72 AE

RGB Percentages of Color #c972ae

%41.10
%23.31
%35.58

CMYK Percentages of Color #c972ae

%0
%43
%13
%21

Triadic Colors of #c972ae

#c972ae #aec972 #72aec9

Analogous Colors of #c972ae

#c972ae #c97283 #b972c9

Monochromatic Colors of #c972ae

#c972ae

Complementary Color

#c972ae #72c98d

#c972ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972ae Color CSS Codes

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

#c972ae Text Font Color

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

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


#c972ae Background Color

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

This div background color is #c972ae


#c972ae Border Color

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

This div border color is #c972ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972ae


Comments

No comments written yet.

Please login to write comment.