Color Hex Logo

#c2283a Color Hex

#C2283A
(194,40,58)
0 Favorites   0 Comments

Color spaces of #c2283a

RGB 1944058
HSL0.980.660.46
HSV353°79°76°
CMYK 0.000.790.70   0.24
XYZ23.770613.29245.3158
Yxy13.29240.56090.3137
Hunter Lab36.458752.576716.8765
CIE-Lab43.200659.844528.9729

#c2283a color RGB value is (194,40,58).

#c2283a hex color red value is 194, green value is 40 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c2283a hue: 0.98 , saturation: 0.66 and the lightness value of c2283a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 00111010
Octal 302 50 72
Decimal 194 40 58
Hex C2 28 3A

RGB Percentages of Color #c2283a

%66.44
%13.70
%19.86

CMYK Percentages of Color #c2283a

%0
%79
%70
%24

Triadic Colors of #c2283a

#c2283a #3ac228 #283ac2

Analogous Colors of #c2283a

#c2283a #c26328 #c22887

Monochromatic Colors of #c2283a

#c2283a

Complementary Color

#c2283a #28c2b0

#c2283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2283a Color CSS Codes

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

#c2283a Text Font Color

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

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


#c2283a Background Color

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

This div background color is #c2283a


#c2283a Border Color

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

This div border color is #c2283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2283a


Comments

No comments written yet.

Please login to write comment.