Color Hex Logo

#c7285b Color Hex

#C7285B
(199,40,91)
0 Favorites   0 Comments

Color spaces of #c7285b

RGB 1994091
HSL0.950.670.47
HSV341°80°78°
CMYK 0.000.800.54   0.22
XYZ26.200314.415011.2990
Yxy14.41500.50470.2777
Hunter Lab37.967156.73678.9323
CIE-Lab44.822363.241210.8815

#c7285b color RGB value is (199,40,91).

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

The process color (four color CMYK) of #c7285b color hex is 0.00, 0.80, 0.54, 0.22. Web safe color of #c7285b is #cc3366. Color #c7285b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101000 01011011
Octal 307 50 133
Decimal 199 40 91
Hex C7 28 5B

RGB Percentages of Color #c7285b

%60.30
%12.12
%27.58

CMYK Percentages of Color #c7285b

%0
%80
%54
%22

Triadic Colors of #c7285b

#c7285b #5bc728 #285bc7

Analogous Colors of #c7285b

#c7285b #c74428 #c728ab

Monochromatic Colors of #c7285b

#c7285b

Complementary Color

#c7285b #28c794

#c7285b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7285b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7285b Color CSS Codes

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

#c7285b Text Font Color

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

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


#c7285b Background Color

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

This div background color is #c7285b


#c7285b Border Color

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

This div border color is #c7285b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,40,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 #c7285b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7285b


Comments

No comments written yet.

Please login to write comment.