Color Hex Logo

#c8509e Color Hex

#C8509E
(200,80,158)
0 Favorites   0 Comments

Color spaces of #c8509e

RGB 20080158
HSL0.890.520.55
HSV321°60°78°
CMYK 0.000.600.21   0.22
XYZ32.859620.485334.5699
Yxy20.48530.37380.2330
Hunter Lab45.260750.3861-13.6029
CIE-Lab52.381556.1746-18.5411

#c8509e color RGB value is (200,80,158).

#c8509e hex color red value is 200, green value is 80 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c8509e hue: 0.89 , saturation: 0.52 and the lightness value of c8509e is 0.55.

The process color (four color CMYK) of #c8509e color hex is 0.00, 0.60, 0.21, 0.22. Web safe color of #c8509e is #cc6699. Color #c8509e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 10011110
Octal 310 120 236
Decimal 200 80 158
Hex C8 50 9E

RGB Percentages of Color #c8509e

%45.66
%18.26
%36.07

CMYK Percentages of Color #c8509e

%0
%60
%21
%22

Triadic Colors of #c8509e

#c8509e #9ec850 #509ec8

Analogous Colors of #c8509e

#c8509e #c85062 #b650c8

Monochromatic Colors of #c8509e

#c8509e

Complementary Color

#c8509e #50c87a

#c8509e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8509e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8509e Color CSS Codes

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

#c8509e Text Font Color

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

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


#c8509e Background Color

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

This div background color is #c8509e


#c8509e Border Color

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

This div border color is #c8509e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8509e


Comments

No comments written yet.

Please login to write comment.