Color Hex Logo

#c82c5b Color Hex

#C82C5B
(200,44,91)
0 Favorites   0 Comments

Color spaces of #c82c5b

RGB 2004491
HSL0.950.640.48
HSV342°78°78°
CMYK 0.000.780.55   0.22
XYZ26.608414.836111.3588
Yxy14.83610.50390.2810
Hunter Lab38.517755.90389.4778
CIE-Lab45.408962.393611.7273

#c82c5b color RGB value is (200,44,91).

#c82c5b hex color red value is 200, green value is 44 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c82c5b hue: 0.95 , saturation: 0.64 and the lightness value of c82c5b is 0.48.

The process color (four color CMYK) of #c82c5b color hex is 0.00, 0.78, 0.55, 0.22. Web safe color of #c82c5b is #cc3366. Color #c82c5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101100 01011011
Octal 310 54 133
Decimal 200 44 91
Hex C8 2C 5B

RGB Percentages of Color #c82c5b

%59.70
%13.13
%27.16

CMYK Percentages of Color #c82c5b

%0
%78
%55
%22

Triadic Colors of #c82c5b

#c82c5b #5bc82c #2c5bc8

Analogous Colors of #c82c5b

#c82c5b #c84b2c #c82ca9

Monochromatic Colors of #c82c5b

#c82c5b

Complementary Color

#c82c5b #2cc899

#c82c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82c5b Color CSS Codes

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

#c82c5b Text Font Color

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

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


#c82c5b Background Color

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

This div background color is #c82c5b


#c82c5b Border Color

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

This div border color is #c82c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82c5b


Comments

No comments written yet.

Please login to write comment.