Color Hex Logo

#c22571 Color Hex

#C22571
(194,37,113)
0 Favorites   0 Comments

Color spaces of #c22571

RGB 19437113
HSL0.920.680.45
HSV331°81°76°
CMYK 0.000.810.42   0.24
XYZ25.890313.984716.9575
Yxy13.98470.45560.2461
Hunter Lab37.396158.1369-0.7081
CIE-Lab44.211064.5877-3.7925

#c22571 color RGB value is (194,37,113).

#c22571 hex color red value is 194, green value is 37 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c22571 hue: 0.92 , saturation: 0.68 and the lightness value of c22571 is 0.45.

The process color (four color CMYK) of #c22571 color hex is 0.00, 0.81, 0.42, 0.24. Web safe color of #c22571 is #cc3366. Color #c22571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100101 01110001
Octal 302 45 161
Decimal 194 37 113
Hex C2 25 71

RGB Percentages of Color #c22571

%56.40
%10.76
%32.85

CMYK Percentages of Color #c22571

%0
%81
%42
%24

Triadic Colors of #c22571

#c22571 #71c225 #2571c2

Analogous Colors of #c22571

#c22571 #c22825 #c225c0

Monochromatic Colors of #c22571

#c22571

Complementary Color

#c22571 #25c276

#c22571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c22571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c22571 Color CSS Codes

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

#c22571 Text Font Color

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

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


#c22571 Background Color

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

This div background color is #c22571


#c22571 Border Color

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

This div border color is #c22571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c22571


Comments

No comments written yet.

Please login to write comment.