Color Hex Logo

#c78baa Color Hex

#C78BAA
(199,139,170)
0 Favorites   0 Comments

Color spaces of #c78baa

RGB 199139170
HSL0.910.350.66
HSV329°30°78°
CMYK 0.000.300.15   0.22
XYZ40.041533.509642.3878
Yxy33.50960.34540.2890
Hunter Lab57.887522.1676-2.8936
CIE-Lab64.571427.5333-7.1187

#c78baa color RGB value is (199,139,170).

#c78baa hex color red value is 199, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c78baa hue: 0.91 , saturation: 0.35 and the lightness value of c78baa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001011 10101010
Octal 307 213 252
Decimal 199 139 170
Hex C7 8B AA

RGB Percentages of Color #c78baa

%39.17
%27.36
%33.46

CMYK Percentages of Color #c78baa

%0
%30
%15
%22

Triadic Colors of #c78baa

#c78baa #aac78b #8baac7

Analogous Colors of #c78baa

#c78baa #c78b8c #c68bc7

Monochromatic Colors of #c78baa

#c78baa

Complementary Color

#c78baa #8bc7a8

#c78baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78baa Color CSS Codes

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

#c78baa Text Font Color

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

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


#c78baa Background Color

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

This div background color is #c78baa


#c78baa Border Color

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

This div border color is #c78baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c78baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c78baa;
  -webkit-box-shadow: 1px 1px 3px 2px #c78baa;
  box-shadow:         1px 1px 3px 2px #c78baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78baa


Comments

No comments written yet.

Please login to write comment.