Color Hex Logo

#c2354a Color Hex

#C2354A
(194,53,74)
0 Favorites   0 Comments

Color spaces of #c2354a

RGB 1945374
HSL0.980.570.48
HSV351°73°76°
CMYK 0.000.730.62   0.24
XYZ24.757314.51007.9744
Yxy14.51000.52410.3071
Hunter Lab38.092049.352314.2523
CIE-Lab44.955656.579421.4183

#c2354a color RGB value is (194,53,74).

#c2354a hex color red value is 194, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c2354a hue: 0.98 , saturation: 0.57 and the lightness value of c2354a is 0.48.

The process color (four color CMYK) of #c2354a color hex is 0.00, 0.73, 0.62, 0.24. Web safe color of #c2354a is #cc3333. Color #c2354a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 01001010
Octal 302 65 112
Decimal 194 53 74
Hex C2 35 4A

RGB Percentages of Color #c2354a

%60.44
%16.51
%23.05

CMYK Percentages of Color #c2354a

%0
%73
%62
%24

Triadic Colors of #c2354a

#c2354a #4ac235 #354ac2

Analogous Colors of #c2354a

#c2354a #c26735 #c23591

Monochromatic Colors of #c2354a

#c2354a

Complementary Color

#c2354a #35c2ad

#c2354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2354a Color CSS Codes

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

#c2354a Text Font Color

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

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


#c2354a Background Color

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

This div background color is #c2354a


#c2354a Border Color

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

This div border color is #c2354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2354a


Comments

No comments written yet.

Please login to write comment.