Color Hex Logo

#c8849f Color Hex

#C8849F
(200,132,159)
0 Favorites   0 Comments

Color spaces of #c8849f

RGB 200132159
HSL0.930.380.65
HSV336°34°78°
CMYK 0.000.340.21   0.22
XYZ38.328731.285136.8194
Yxy31.28510.36010.2939
Hunter Lab55.933124.43600.1240
CIE-Lab62.747629.9722-3.5661

#c8849f color RGB value is (200,132,159).

#c8849f hex color red value is 200, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c8849f hue: 0.93 , saturation: 0.38 and the lightness value of c8849f is 0.65.

The process color (four color CMYK) of #c8849f color hex is 0.00, 0.34, 0.21, 0.22. Web safe color of #c8849f is #cc9999. Color #c8849f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 10011111
Octal 310 204 237
Decimal 200 132 159
Hex C8 84 9F

RGB Percentages of Color #c8849f

%40.73
%26.88
%32.38

CMYK Percentages of Color #c8849f

%0
%34
%21
%22

Triadic Colors of #c8849f

#c8849f #9fc884 #849fc8

Analogous Colors of #c8849f

#c8849f #c88b84 #c884c1

Monochromatic Colors of #c8849f

#c8849f

Complementary Color

#c8849f #84c8ad

#c8849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8849f Color CSS Codes

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

#c8849f Text Font Color

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

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


#c8849f Background Color

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

This div background color is #c8849f


#c8849f Border Color

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

This div border color is #c8849f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8849f


Comments

No comments written yet.

Please login to write comment.