Color Hex Logo

#c972bf Color Hex

#C972BF
(201,114,191)
0 Favorites   0 Comments

Color spaces of #c972bf

RGB 201114191
HSL0.850.450.62
HSV307°43°79°
CMYK 0.000.430.05   0.21
XYZ39.508728.213752.6537
Yxy28.21370.32820.2344
Hunter Lab53.116639.8163-21.5917
CIE-Lab60.081345.2173-25.8084

#c972bf color RGB value is (201,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10111111
Octal 311 162 277
Decimal 201 114 191
Hex C9 72 BF

RGB Percentages of Color #c972bf

%39.72
%22.53
%37.75

CMYK Percentages of Color #c972bf

%0
%43
%5
%21

Triadic Colors of #c972bf

#c972bf #bfc972 #72bfc9

Analogous Colors of #c972bf

#c972bf #c97294 #a872c9

Monochromatic Colors of #c972bf

#c972bf

Complementary Color

#c972bf #72c97c

#c972bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972bf Color CSS Codes

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

#c972bf Text Font Color

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

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


#c972bf Background Color

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

This div background color is #c972bf


#c972bf Border Color

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

This div border color is #c972bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972bf


Comments

No comments written yet.

Please login to write comment.