Color Hex Logo

#c82441 Color Hex

#C82441
(200,36,65)
0 Favorites   0 Comments

Color spaces of #c82441

RGB 2003665
HSL0.970.690.46
HSV349°82°78°
CMYK 0.000.820.68   0.22
XYZ25.404413.92286.3494
Yxy13.92280.55620.3048
Hunter Lab37.313356.231916.0302
CIE-Lab44.122062.930726.1017

#c82441 color RGB value is (200,36,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 01000001
Octal 310 44 101
Decimal 200 36 65
Hex C8 24 41

RGB Percentages of Color #c82441

%66.45
%11.96
%21.59

CMYK Percentages of Color #c82441

%0
%82
%68
%22

Triadic Colors of #c82441

#c82441 #41c824 #2441c8

Analogous Colors of #c82441

#c82441 #c85924 #c82493

Monochromatic Colors of #c82441

#c82441

Complementary Color

#c82441 #24c8ab

#c82441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82441 Color CSS Codes

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

#c82441 Text Font Color

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

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


#c82441 Background Color

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

This div background color is #c82441


#c82441 Border Color

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

This div border color is #c82441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82441


Comments

No comments written yet.

Please login to write comment.