Color Hex Logo

#c82819 Color Hex

#C82819
(200,40,25)
0 Favorites   0 Comments

Color spaces of #c82819

RGB 2004025
HSL0.010.780.44
HSV88°78°
CMYK 0.000.800.88   0.22
XYZ24.753713.86712.2917
Yxy13.86710.60500.3389
Hunter Lab37.238653.487422.4182
CIE-Lab44.041760.503148.3003

#c82819 color RGB value is (200,40,25).

#c82819 hex color red value is 200, green value is 40 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c82819 hue: 0.01 , saturation: 0.78 and the lightness value of c82819 is 0.44.

The process color (four color CMYK) of #c82819 color hex is 0.00, 0.80, 0.88, 0.22. Web safe color of #c82819 is #cc3300. Color #c82819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 00011001
Octal 310 50 31
Decimal 200 40 25
Hex C8 28 19

RGB Percentages of Color #c82819

%75.47
%15.09
%9.43

CMYK Percentages of Color #c82819

%0
%80
%88
%22

Triadic Colors of #c82819

#c82819 #19c828 #2819c8

Analogous Colors of #c82819

#c82819 #c88019 #c81962

Monochromatic Colors of #c82819

#c82819

Complementary Color

#c82819 #19b9c8

#c82819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82819 Color CSS Codes

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

#c82819 Text Font Color

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

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


#c82819 Background Color

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

This div background color is #c82819


#c82819 Border Color

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

This div border color is #c82819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82819


Comments

No comments written yet.

Please login to write comment.