Color Hex Logo

#c77baa Color Hex

#C77BAA
(199,123,170)
0 Favorites   0 Comments

Color spaces of #c77baa

RGB 199123170
HSL0.900.400.63
HSV323°38°78°
CMYK 0.000.380.15   0.22
XYZ37.891829.210341.6712
Yxy29.21030.34840.2685
Hunter Lab54.046630.5641-7.8814
CIE-Lab60.966836.2391-12.5060

#c77baa color RGB value is (199,123,170).

#c77baa hex color red value is 199, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c77baa hue: 0.90 , saturation: 0.40 and the lightness value of c77baa is 0.63.

The process color (four color CMYK) of #c77baa color hex is 0.00, 0.38, 0.15, 0.22. Web safe color of #c77baa is #cc6699. Color #c77baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111011 10101010
Octal 307 173 252
Decimal 199 123 170
Hex C7 7B AA

RGB Percentages of Color #c77baa

%40.45
%25.00
%34.55

CMYK Percentages of Color #c77baa

%0
%38
%15
%22

Triadic Colors of #c77baa

#c77baa #aac77b #7baac7

Analogous Colors of #c77baa

#c77baa #c77b84 #be7bc7

Monochromatic Colors of #c77baa

#c77baa

Complementary Color

#c77baa #7bc798

#c77baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77baa Color CSS Codes

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

#c77baa Text Font Color

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

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


#c77baa Background Color

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

This div background color is #c77baa


#c77baa Border Color

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

This div border color is #c77baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77baa


Comments

No comments written yet.

Please login to write comment.