Color Hex Logo

#c83228 Color Hex

#C83228
(200,50,40)
0 Favorites   0 Comments

Color spaces of #c83228

RGB 2005040
HSL0.010.670.47
HSV80°78°
CMYK 0.000.750.80   0.22
XYZ25.343014.71383.5118
Yxy14.71380.58170.3377
Hunter Lab38.358650.805121.4229
CIE-Lab45.239757.853541.9227

#c83228 color RGB value is (200,50,40).

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

The process color (four color CMYK) of #c83228 color hex is 0.00, 0.75, 0.80, 0.22. Web safe color of #c83228 is #cc3333. Color #c83228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110010 00101000
Octal 310 62 50
Decimal 200 50 40
Hex C8 32 28

RGB Percentages of Color #c83228

%68.97
%17.24
%13.79

CMYK Percentages of Color #c83228

%0
%75
%80
%22

Triadic Colors of #c83228

#c83228 #28c832 #3228c8

Analogous Colors of #c83228

#c83228 #c88228 #c8286e

Monochromatic Colors of #c83228

#c83228

Complementary Color

#c83228 #28bec8

#c83228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83228 Color CSS Codes

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

#c83228 Text Font Color

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

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


#c83228 Background Color

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

This div background color is #c83228


#c83228 Border Color

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

This div border color is #c83228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83228


Comments

No comments written yet.

Please login to write comment.