Color Hex Logo

#c2295b Color Hex

#C2295B
(194,41,91)
0 Favorites   0 Comments

Color spaces of #c2295b

RGB 1944191
HSL0.950.650.46
HSV340°79°76°
CMYK 0.000.790.53   0.24
XYZ24.929413.810511.2493
Yxy13.81050.49870.2763
Hunter Lab37.162554.70738.0663
CIE-Lab43.959961.60949.5326

#c2295b color RGB value is (194,41,91).

#c2295b hex color red value is 194, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c2295b hue: 0.95 , saturation: 0.65 and the lightness value of c2295b is 0.46.

The process color (four color CMYK) of #c2295b color hex is 0.00, 0.79, 0.53, 0.24. Web safe color of #c2295b is #cc3366. Color #c2295b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 01011011
Octal 302 51 133
Decimal 194 41 91
Hex C2 29 5B

RGB Percentages of Color #c2295b

%59.51
%12.58
%27.91

CMYK Percentages of Color #c2295b

%0
%79
%53
%24

Triadic Colors of #c2295b

#c2295b #5bc229 #295bc2

Analogous Colors of #c2295b

#c2295b #c24429 #c229a8

Monochromatic Colors of #c2295b

#c2295b

Complementary Color

#c2295b #29c290

#c2295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2295b Color CSS Codes

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

#c2295b Text Font Color

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

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


#c2295b Background Color

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

This div background color is #c2295b


#c2295b Border Color

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

This div border color is #c2295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2295b


Comments

No comments written yet.

Please login to write comment.