Color Hex Logo

#c22558 Color Hex

#C22558
(194,37,88)
0 Favorites   0 Comments

Color spaces of #c22558

RGB 1943788
HSL0.950.680.45
HSV341°81°76°
CMYK 0.000.810.55   0.24
XYZ24.671213.497110.5374
Yxy13.49710.50650.2771
Hunter Lab36.738455.57728.7112
CIE-Lab43.502962.470510.7676

#c22558 color RGB value is (194,37,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100101 01011000
Octal 302 45 130
Decimal 194 37 88
Hex C2 25 58

RGB Percentages of Color #c22558

%60.82
%11.60
%27.59

CMYK Percentages of Color #c22558

%0
%81
%55
%24

Triadic Colors of #c22558

#c22558 #58c225 #2558c2

Analogous Colors of #c22558

#c22558 #c24125 #c225a7

Monochromatic Colors of #c22558

#c22558

Complementary Color

#c22558 #25c28f

#c22558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c22558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c22558 Color CSS Codes

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

#c22558 Text Font Color

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

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


#c22558 Background Color

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

This div background color is #c22558


#c22558 Border Color

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

This div border color is #c22558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c22558


Comments

No comments written yet.

Please login to write comment.