Color Hex Logo

#c8508b Color Hex

#C8508B
(200,80,139)
0 Favorites   0 Comments

Color spaces of #c8508b

RGB 20080139
HSL0.920.520.55
HSV331°60°78°
CMYK 0.000.600.31   0.22
XYZ31.348319.880826.6112
Yxy19.88080.40270.2554
Hunter Lab44.587947.4688-4.1743
CIE-Lab51.702253.6382-8.3167

#c8508b color RGB value is (200,80,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 10001011
Octal 310 120 213
Decimal 200 80 139
Hex C8 50 8B

RGB Percentages of Color #c8508b

%47.73
%19.09
%33.17

CMYK Percentages of Color #c8508b

%0
%60
%31
%22

Triadic Colors of #c8508b

#c8508b #8bc850 #508bc8

Analogous Colors of #c8508b

#c8508b #c85150 #c850c7

Monochromatic Colors of #c8508b

#c8508b

Complementary Color

#c8508b #50c88d

#c8508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8508b Color CSS Codes

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

#c8508b Text Font Color

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

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


#c8508b Background Color

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

This div background color is #c8508b


#c8508b Border Color

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

This div border color is #c8508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8508b


Comments

No comments written yet.

Please login to write comment.