Color Hex Logo

#c78bae Color Hex

#C78BAE
(199,139,174)
0 Favorites   0 Comments

Color spaces of #c78bae

RGB 199139174
HSL0.900.350.66
HSV325°30°78°
CMYK 0.000.300.13   0.22
XYZ40.425833.663344.4114
Yxy33.66330.34110.2841
Hunter Lab58.020122.8357-4.7694
CIE-Lab64.694428.1984-9.1945

#c78bae color RGB value is (199,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001011 10101110
Octal 307 213 256
Decimal 199 139 174
Hex C7 8B AE

RGB Percentages of Color #c78bae

%38.87
%27.15
%33.98

CMYK Percentages of Color #c78bae

%0
%30
%13
%22

Triadic Colors of #c78bae

#c78bae #aec78b #8baec7

Analogous Colors of #c78bae

#c78bae #c78b90 #c28bc7

Monochromatic Colors of #c78bae

#c78bae

Complementary Color

#c78bae #8bc7a4

#c78bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78bae Color CSS Codes

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

#c78bae Text Font Color

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

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


#c78bae Background Color

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

This div background color is #c78bae


#c78bae Border Color

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

This div border color is #c78bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78bae


Comments

No comments written yet.

Please login to write comment.