Color Hex Logo

#c89bac Color Hex

#C89BAC
(200,155,172)
0 Favorites   0 Comments

Color spaces of #c89bac

RGB 200155172
HSL0.940.290.70
HSV337°23°78°
CMYK 0.000.230.14   0.22
XYZ42.987238.700644.2340
Yxy38.70060.34140.3073
Hunter Lab62.209814.47701.3890
CIE-Lab68.533819.4288-2.3771

#c89bac color RGB value is (200,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011011 10101100
Octal 310 233 254
Decimal 200 155 172
Hex C8 9B AC

RGB Percentages of Color #c89bac

%37.95
%29.41
%32.64

CMYK Percentages of Color #c89bac

%0
%23
%14
%22

Triadic Colors of #c89bac

#c89bac #acc89b #9bacc8

Analogous Colors of #c89bac

#c89bac #c8a19b #c89bc3

Monochromatic Colors of #c89bac

#c89bac

Complementary Color

#c89bac #9bc8b7

#c89bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89bac Color CSS Codes

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

#c89bac Text Font Color

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

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


#c89bac Background Color

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

This div background color is #c89bac


#c89bac Border Color

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

This div border color is #c89bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89bac


Comments

No comments written yet.

Please login to write comment.