color codes Logo

#c82a3a color codes

#C82A3A
(200,42,58)
0 Favorites   0 Comments

Color spaces of #c82a3a

RGB 2004258
HSL0.980.650.47
HSV354°79°78°
CMYK 0.000.790.71   0.22
XYZ25.411114.24085.4124
Yxy14.24080.56390.3160
Hunter Lab37.737054.157517.9123
CIE-Lab44.576361.000930.9048

#c82a3a color RGB value is (200,42,58).

#c82a3a hex color red value is 200, green value is 42 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c82a3a hue: 0.98 , saturation: 0.65 and the lightness value of c82a3a is 0.47.

The process color (four color CMYK) of #c82a3a color code is 0.00, 0.79, 0.71, 0.22. Web safe color of #c82a3a is #cc3333. Color #c82a3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101010 00111010
Octal 310 52 72
Decimal 200 42 58
Hex C8 2A 3A

RGB Percentages of Color #c82a3a

%66.67
%14.00
%19.33

CMYK Percentages of Color #c82a3a

%0
%79
%71
%22

Triadic Colors of #c82a3a

#c82a3a #3ac82a #2a3ac8

Analogous Colors of #c82a3a

#c82a3a #c8692a #c82a89

Monochromatic Colors of #c82a3a

#c82a3a

Complementary Color

#c82a3a #2ac8b8

#c82a3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82a3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82a3a Color CSS Codes

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

#c82a3a Text Font Color

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

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


#c82a3a Background Color

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

This div background color is #c82a3a


#c82a3a Border Color

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

This div border color is #c82a3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82a3a


Comments

No comments written yet.

Please login to write comment.