Color Hex Logo

#c8285c Color Hex

#C8285C
(200,40,92)
0 Favorites   0 Comments

Color spaces of #c8285c

RGB 2004092
HSL0.950.670.47
HSV341°80°78°
CMYK 0.000.800.54   0.22
XYZ26.510014.569711.5402
Yxy14.56970.50380.2769
Hunter Lab38.170357.17378.7938
CIE-Lab45.039163.583810.5912

#c8285c color RGB value is (200,40,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 01011100
Octal 310 50 134
Decimal 200 40 92
Hex C8 28 5C

RGB Percentages of Color #c8285c

%60.24
%12.05
%27.71

CMYK Percentages of Color #c8285c

%0
%80
%54
%22

Triadic Colors of #c8285c

#c8285c #5cc828 #285cc8

Analogous Colors of #c8285c

#c8285c #c84428 #c828ac

Monochromatic Colors of #c8285c

#c8285c

Complementary Color

#c8285c #28c894

#c8285c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8285c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8285c Color CSS Codes

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

#c8285c Text Font Color

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

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


#c8285c Background Color

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

This div background color is #c8285c


#c8285c Border Color

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

This div border color is #c8285c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8285c


Comments

No comments written yet.

Please login to write comment.