Color Hex Logo

#c2294b Color Hex

#C2294B
(194,41,75)
0 Favorites   0 Comments

Color spaces of #c2294b

RGB 1944175
HSL0.960.650.46
HSV347°79°76°
CMYK 0.000.790.61   0.24
XYZ24.311113.56327.9932
Yxy13.56320.53000.2957
Hunter Lab36.828353.382212.9115
CIE-Lab43.599960.493119.0151

#c2294b color RGB value is (194,41,75).

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

The process color (four color CMYK) of #c2294b color hex is 0.00, 0.79, 0.61, 0.24. Web safe color of #c2294b is #cc3333. Color #c2294b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 01001011
Octal 302 51 113
Decimal 194 41 75
Hex C2 29 4B

RGB Percentages of Color #c2294b

%62.58
%13.23
%24.19

CMYK Percentages of Color #c2294b

%0
%79
%61
%24

Triadic Colors of #c2294b

#c2294b #4bc229 #294bc2

Analogous Colors of #c2294b

#c2294b #c25429 #c22998

Monochromatic Colors of #c2294b

#c2294b

Complementary Color

#c2294b #29c2a0

#c2294b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2294b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2294b Color CSS Codes

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

#c2294b Text Font Color

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

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


#c2294b Background Color

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

This div background color is #c2294b


#c2294b Border Color

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

This div border color is #c2294b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2294b


Comments

No comments written yet.

Please login to write comment.