Color Hex Logo

#c2254b Color Hex

#C2254B
(194,37,75)
0 Favorites   0 Comments

Color spaces of #c2254b

RGB 1943775
HSL0.960.680.45
HSV345°81°76°
CMYK 0.000.810.61   0.24
XYZ24.179713.30057.9494
Yxy13.30050.53220.2928
Hunter Lab36.469954.524212.6053
CIE-Lab43.212661.589718.5006

#c2254b color RGB value is (194,37,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100101 01001011
Octal 302 45 113
Decimal 194 37 75
Hex C2 25 4B

RGB Percentages of Color #c2254b

%63.40
%12.09
%24.51

CMYK Percentages of Color #c2254b

%0
%81
%61
%24

Triadic Colors of #c2254b

#c2254b #4bc225 #254bc2

Analogous Colors of #c2254b

#c2254b #c24e25 #c2259a

Monochromatic Colors of #c2254b

#c2254b

Complementary Color

#c2254b #25c29c

#c2254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2254b Color CSS Codes

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

#c2254b Text Font Color

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

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


#c2254b Background Color

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

This div background color is #c2254b


#c2254b Border Color

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

This div border color is #c2254b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,37,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 #c2254b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2254b


Comments

No comments written yet.

Please login to write comment.