Color Hex Logo

#c972ad Color Hex

#C972AD
(201,114,173)
0 Favorites   0 Comments

Color spaces of #c972ad

RGB 201114173
HSL0.890.450.62
HSV319°43°79°
CMYK 0.000.430.14   0.21
XYZ37.647527.469342.8530
Yxy27.46930.34870.2544
Hunter Lab52.411236.4989-11.7895
CIE-Lab59.406242.1731-16.5566

#c972ad color RGB value is (201,114,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10101101
Octal 311 162 255
Decimal 201 114 173
Hex C9 72 AD

RGB Percentages of Color #c972ad

%41.19
%23.36
%35.45

CMYK Percentages of Color #c972ad

%0
%43
%14
%21

Triadic Colors of #c972ad

#c972ad #adc972 #72adc9

Analogous Colors of #c972ad

#c972ad #c97282 #ba72c9

Monochromatic Colors of #c972ad

#c972ad

Complementary Color

#c972ad #72c98e

#c972ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972ad Color CSS Codes

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

#c972ad Text Font Color

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

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


#c972ad Background Color

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

This div background color is #c972ad


#c972ad Border Color

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

This div border color is #c972ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,114,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972ad


Comments

No comments written yet.

Please login to write comment.