Color Hex Logo

#c972ba Color Hex

#C972BA
(201,114,186)
0 Favorites   0 Comments

Color spaces of #c972ba

RGB 201114186
HSL0.860.450.62
HSV310°43°79°
CMYK 0.000.430.07   0.21
XYZ38.967627.997349.8046
Yxy27.99730.33370.2398
Hunter Lab52.912538.8602-18.7688
CIE-Lab59.886344.3465-23.2605

#c972ba color RGB value is (201,114,186).

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

The process color (four color CMYK) of #c972ba color hex is 0.00, 0.43, 0.07, 0.21. Web safe color of #c972ba is #cc66cc. Color #c972ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10111010
Octal 311 162 272
Decimal 201 114 186
Hex C9 72 BA

RGB Percentages of Color #c972ba

%40.12
%22.75
%37.13

CMYK Percentages of Color #c972ba

%0
%43
%7
%21

Triadic Colors of #c972ba

#c972ba #bac972 #72bac9

Analogous Colors of #c972ba

#c972ba #c9728f #ad72c9

Monochromatic Colors of #c972ba

#c972ba

Complementary Color

#c972ba #72c981

#c972ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972ba Color CSS Codes

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

#c972ba Text Font Color

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

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


#c972ba Background Color

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

This div background color is #c972ba


#c972ba Border Color

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

This div border color is #c972ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972ba


Comments

No comments written yet.

Please login to write comment.