Color Hex Logo

#c82159 Color Hex

#C82159
(200,33,89)
0 Favorites   0 Comments

Color spaces of #c82159

RGB 2003389
HSL0.940.720.46
HSV340°84°78°
CMYK 0.000.840.56   0.22
XYZ26.166414.088310.7914
Yxy14.08830.51260.2760
Hunter Lab37.534458.75289.2278
CIE-Lab44.359365.096511.5122

#c82159 color RGB value is (200,33,89).

#c82159 hex color red value is 200, green value is 33 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c82159 hue: 0.94 , saturation: 0.72 and the lightness value of c82159 is 0.46.

The process color (four color CMYK) of #c82159 color hex is 0.00, 0.84, 0.56, 0.22. Web safe color of #c82159 is #cc3366. Color #c82159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 01011001
Octal 310 41 131
Decimal 200 33 89
Hex C8 21 59

RGB Percentages of Color #c82159

%62.11
%10.25
%27.64

CMYK Percentages of Color #c82159

%0
%84
%56
%22

Triadic Colors of #c82159

#c82159 #59c821 #2159c8

Analogous Colors of #c82159

#c82159 #c83d21 #c821ad

Monochromatic Colors of #c82159

#c82159

Complementary Color

#c82159 #21c890

#c82159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82159 Color CSS Codes

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

#c82159 Text Font Color

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

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


#c82159 Background Color

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

This div background color is #c82159


#c82159 Border Color

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

This div border color is #c82159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82159


Comments

No comments written yet.

Please login to write comment.