Color Hex Logo

#c8382b Color Hex

#C8382B
(200,56,43)
0 Favorites   0 Comments

Color spaces of #c8382b

RGB 2005643
HSL0.010.650.48
HSV79°78°
CMYK 0.000.720.79   0.22
XYZ25.669615.28213.8823
Yxy15.28210.57250.3409
Hunter Lab39.092348.798721.4765
CIE-Lab46.018255.874541.1005

#c8382b color RGB value is (200,56,43).

#c8382b hex color red value is 200, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c8382b hue: 0.01 , saturation: 0.65 and the lightness value of c8382b is 0.48.

The process color (four color CMYK) of #c8382b color hex is 0.00, 0.72, 0.79, 0.22. Web safe color of #c8382b is #cc3333. Color #c8382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111000 00101011
Octal 310 70 53
Decimal 200 56 43
Hex C8 38 2B

RGB Percentages of Color #c8382b

%66.89
%18.73
%14.38

CMYK Percentages of Color #c8382b

%0
%72
%79
%22

Triadic Colors of #c8382b

#c8382b #2bc838 #382bc8

Analogous Colors of #c8382b

#c8382b #c8872b #c82b6d

Monochromatic Colors of #c8382b

#c8382b

Complementary Color

#c8382b #2bbbc8

#c8382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8382b Color CSS Codes

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

#c8382b Text Font Color

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

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


#c8382b Background Color

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

This div background color is #c8382b


#c8382b Border Color

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

This div border color is #c8382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8382b


Comments

No comments written yet.

Please login to write comment.