Color Hex Logo

#c78caa Color Hex

#C78CAA
(199,140,170)
0 Favorites   0 Comments

Color spaces of #c78caa

RGB 199140170
HSL0.920.350.66
HSV329°30°78°
CMYK 0.000.300.15   0.22
XYZ40.187033.800642.4363
Yxy33.80060.34520.2903
Hunter Lab58.138321.6428-2.5802
CIE-Lab64.804026.9843-6.7734

#c78caa color RGB value is (199,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 10101010
Octal 307 214 252
Decimal 199 140 170
Hex C7 8C AA

RGB Percentages of Color #c78caa

%39.10
%27.50
%33.40

CMYK Percentages of Color #c78caa

%0
%30
%15
%22

Triadic Colors of #c78caa

#c78caa #aac78c #8caac7

Analogous Colors of #c78caa

#c78caa #c78c8d #c78cc7

Monochromatic Colors of #c78caa

#c78caa

Complementary Color

#c78caa #8cc7a9

#c78caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78caa Color CSS Codes

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

#c78caa Text Font Color

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

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


#c78caa Background Color

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

This div background color is #c78caa


#c78caa Border Color

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

This div border color is #c78caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78caa


Comments

No comments written yet.

Please login to write comment.