Color Hex Logo

#c8849d Color Hex

#C8849D
(200,132,157)
0 Favorites   0 Comments

Color spaces of #c8849d

RGB 200132157
HSL0.940.380.65
HSV338°34°78°
CMYK 0.000.340.22   0.22
XYZ38.156531.216235.9126
Yxy31.21620.36240.2965
Hunter Lab55.871524.12861.0001
CIE-Lab62.689729.6676-2.5124

#c8849d color RGB value is (200,132,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 10011101
Octal 310 204 235
Decimal 200 132 157
Hex C8 84 9D

RGB Percentages of Color #c8849d

%40.90
%26.99
%32.11

CMYK Percentages of Color #c8849d

%0
%34
%22
%22

Triadic Colors of #c8849d

#c8849d #9dc884 #849dc8

Analogous Colors of #c8849d

#c8849d #c88d84 #c884bf

Monochromatic Colors of #c8849d

#c8849d

Complementary Color

#c8849d #84c8af

#c8849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8849d Color CSS Codes

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

#c8849d Text Font Color

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

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


#c8849d Background Color

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

This div background color is #c8849d


#c8849d Border Color

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

This div border color is #c8849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8849d


Comments

No comments written yet.

Please login to write comment.