Color Hex Logo

#c82442 Color Hex

#C82442
(200,36,66)
0 Favorites   0 Comments

Color spaces of #c82442

RGB 2003666
HSL0.970.690.46
HSV349°82°78°
CMYK 0.000.820.67   0.22
XYZ25.433713.93456.5034
Yxy13.93450.55450.3038
Hunter Lab37.328956.293515.8008
CIE-Lab44.138962.981925.5087

#c82442 color RGB value is (200,36,66).

#c82442 hex color red value is 200, green value is 36 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c82442 hue: 0.97 , saturation: 0.69 and the lightness value of c82442 is 0.46.

The process color (four color CMYK) of #c82442 color hex is 0.00, 0.82, 0.67, 0.22. Web safe color of #c82442 is #cc3333. Color #c82442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 01000010
Octal 310 44 102
Decimal 200 36 66
Hex C8 24 42

RGB Percentages of Color #c82442

%66.23
%11.92
%21.85

CMYK Percentages of Color #c82442

%0
%82
%67
%22

Triadic Colors of #c82442

#c82442 #42c824 #2442c8

Analogous Colors of #c82442

#c82442 #c85824 #c82494

Monochromatic Colors of #c82442

#c82442

Complementary Color

#c82442 #24c8aa

#c82442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82442 Color CSS Codes

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

#c82442 Text Font Color

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

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


#c82442 Background Color

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

This div background color is #c82442


#c82442 Border Color

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

This div border color is #c82442


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,36,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82442


Comments

No comments written yet.

Please login to write comment.