Color Hex Logo

#c972be Color Hex

#C972BE
(201,114,190)
0 Favorites   0 Comments

Color spaces of #c972be

RGB 201114190
HSL0.850.450.62
HSV308°43°79°
CMYK 0.000.430.05   0.21
XYZ39.399028.169852.0760
Yxy28.16980.32930.2354
Hunter Lab53.075239.6231-21.0211
CIE-Lab60.041845.0418-25.3003

#c972be color RGB value is (201,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10111110
Octal 311 162 276
Decimal 201 114 190
Hex C9 72 BE

RGB Percentages of Color #c972be

%39.80
%22.57
%37.62

CMYK Percentages of Color #c972be

%0
%43
%5
%21

Triadic Colors of #c972be

#c972be #bec972 #72bec9

Analogous Colors of #c972be

#c972be #c97293 #a972c9

Monochromatic Colors of #c972be

#c972be

Complementary Color

#c972be #72c97d

#c972be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972be Color CSS Codes

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

#c972be Text Font Color

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

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


#c972be Background Color

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

This div background color is #c972be


#c972be Border Color

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

This div border color is #c972be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972be


Comments

No comments written yet.

Please login to write comment.