Color Hex Logo

#c971c1 Color Hex

#C971C1
(201,113,193)
0 Favorites   0 Comments

Color spaces of #c971c1

RGB 201113193
HSL0.850.450.62
HSV305°44°79°
CMYK 0.000.440.04   0.21
XYZ39.618228.078053.7836
Yxy28.07800.32610.2311
Hunter Lab52.988740.7294-23.0874
CIE-Lab59.959146.0883-27.1340

#c971c1 color RGB value is (201,113,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110001 11000001
Octal 311 161 301
Decimal 201 113 193
Hex C9 71 C1

RGB Percentages of Color #c971c1

%39.64
%22.29
%38.07

CMYK Percentages of Color #c971c1

%0
%44
%4
%21

Triadic Colors of #c971c1

#c971c1 #c1c971 #71c1c9

Analogous Colors of #c971c1

#c971c1 #c97195 #a571c9

Monochromatic Colors of #c971c1

#c971c1

Complementary Color

#c971c1 #71c979

#c971c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c971c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c971c1 Color CSS Codes

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

#c971c1 Text Font Color

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

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


#c971c1 Background Color

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

This div background color is #c971c1


#c971c1 Border Color

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

This div border color is #c971c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c971c1


Comments

No comments written yet.

Please login to write comment.