Color Hex Logo

#c8839b Color Hex

#C8839B
(200,131,155)
0 Favorites   0 Comments

Color spaces of #c8839b

RGB 200131155
HSL0.940.390.65
HSV339°35°78°
CMYK 0.000.350.23   0.22
XYZ37.852130.878534.9755
Yxy30.87850.36500.2978
Hunter Lab55.568424.34591.5800
CIE-Lab62.404929.9116-1.7909

#c8839b color RGB value is (200,131,155).

#c8839b hex color red value is 200, green value is 131 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c8839b hue: 0.94 , saturation: 0.39 and the lightness value of c8839b is 0.65.

The process color (four color CMYK) of #c8839b color hex is 0.00, 0.35, 0.23, 0.22. Web safe color of #c8839b is #cc9999. Color #c8839b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 10011011
Octal 310 203 233
Decimal 200 131 155
Hex C8 83 9B

RGB Percentages of Color #c8839b

%41.15
%26.95
%31.89

CMYK Percentages of Color #c8839b

%0
%35
%23
%22

Triadic Colors of #c8839b

#c8839b #9bc883 #839bc8

Analogous Colors of #c8839b

#c8839b #c88e83 #c883be

Monochromatic Colors of #c8839b

#c8839b

Complementary Color

#c8839b #83c8b0

#c8839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8839b Color CSS Codes

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

#c8839b Text Font Color

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

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


#c8839b Background Color

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

This div background color is #c8839b


#c8839b Border Color

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

This div border color is #c8839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8839b


Comments

No comments written yet.

Please login to write comment.