Color Hex Logo

#c2225d Color Hex

#C2225D
(194,34,93)
0 Favorites   0 Comments

Color spaces of #c2225d

RGB 1943493
HSL0.940.700.45
HSV338°82°76°
CMYK 0.000.820.52   0.24
XYZ24.795913.403711.6362
Yxy13.40370.49760.2690
Hunter Lab36.611156.82496.7834
CIE-Lab43.365363.60007.4436

#c2225d color RGB value is (194,34,93).

#c2225d hex color red value is 194, green value is 34 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c2225d hue: 0.94 , saturation: 0.70 and the lightness value of c2225d is 0.45.

The process color (four color CMYK) of #c2225d color hex is 0.00, 0.82, 0.52, 0.24. Web safe color of #c2225d is #cc3366. Color #c2225d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100010 01011101
Octal 302 42 135
Decimal 194 34 93
Hex C2 22 5D

RGB Percentages of Color #c2225d

%60.44
%10.59
%28.97

CMYK Percentages of Color #c2225d

%0
%82
%52
%24

Triadic Colors of #c2225d

#c2225d #5dc222 #225dc2

Analogous Colors of #c2225d

#c2225d #c23722 #c222ad

Monochromatic Colors of #c2225d

#c2225d

Complementary Color

#c2225d #22c287

#c2225d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2225d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2225d Color CSS Codes

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

#c2225d Text Font Color

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

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


#c2225d Background Color

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

This div background color is #c2225d


#c2225d Border Color

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

This div border color is #c2225d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2225d


Comments

No comments written yet.

Please login to write comment.