Color Hex Logo

#c971bf Color Hex

#C971BF
(201,113,191)
0 Favorites   0 Comments

Color spaces of #c971bf

RGB 201113191
HSL0.850.450.62
HSV307°44°79°
CMYK 0.000.440.05   0.21
XYZ39.396527.989352.6163
Yxy27.98930.32830.2332
Hunter Lab52.904940.3393-21.9331
CIE-Lab59.879145.7355-26.1200

#c971bf color RGB value is (201,113,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110001 10111111
Octal 311 161 277
Decimal 201 113 191
Hex C9 71 BF

RGB Percentages of Color #c971bf

%39.80
%22.38
%37.82

CMYK Percentages of Color #c971bf

%0
%44
%5
%21

Triadic Colors of #c971bf

#c971bf #bfc971 #71bfc9

Analogous Colors of #c971bf

#c971bf #c97193 #a771c9

Monochromatic Colors of #c971bf

#c971bf

Complementary Color

#c971bf #71c97b

#c971bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c971bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c971bf Color CSS Codes

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

#c971bf Text Font Color

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

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


#c971bf Background Color

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

This div background color is #c971bf


#c971bf Border Color

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

This div border color is #c971bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c971bf


Comments

No comments written yet.

Please login to write comment.