Color Hex Logo

#c8849b Color Hex

#C8849B
(200,132,155)
0 Favorites   0 Comments

Color spaces of #c8849b

RGB 200132155
HSL0.940.380.65
HSV340°34°78°
CMYK 0.000.340.23   0.22
XYZ37.987131.148435.0205
Yxy31.14840.36470.2991
Hunter Lab55.810823.82561.8638
CIE-Lab62.632729.3666-1.4569

#c8849b color RGB value is (200,132,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 10011011
Octal 310 204 233
Decimal 200 132 155
Hex C8 84 9B

RGB Percentages of Color #c8849b

%41.07
%27.10
%31.83

CMYK Percentages of Color #c8849b

%0
%34
%23
%22

Triadic Colors of #c8849b

#c8849b #9bc884 #849bc8

Analogous Colors of #c8849b

#c8849b #c88f84 #c884bd

Monochromatic Colors of #c8849b

#c8849b

Complementary Color

#c8849b #84c8b1

#c8849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8849b Color CSS Codes

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

#c8849b Text Font Color

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

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


#c8849b Background Color

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

This div background color is #c8849b


#c8849b Border Color

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

This div border color is #c8849b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,132,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 #c8849b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8849b


Comments

No comments written yet.

Please login to write comment.