Color Hex Logo

#c77aba Color Hex

#C77ABA
(199,122,186)
0 Favorites   0 Comments

Color spaces of #c77aba

RGB 199122186
HSL0.860.410.63
HSV310°39°78°
CMYK 0.000.390.07   0.22
XYZ39.375629.606450.0936
Yxy29.60640.33070.2486
Hunter Lab54.411833.9527-16.4965
CIE-Lab61.313139.4883-21.0980

#c77aba color RGB value is (199,122,186).

#c77aba hex color red value is 199, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c77aba hue: 0.86 , saturation: 0.41 and the lightness value of c77aba is 0.63.

The process color (four color CMYK) of #c77aba color hex is 0.00, 0.39, 0.07, 0.22. Web safe color of #c77aba is #cc66cc. Color #c77aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 10111010
Octal 307 172 272
Decimal 199 122 186
Hex C7 7A BA

RGB Percentages of Color #c77aba

%39.25
%24.06
%36.69

CMYK Percentages of Color #c77aba

%0
%39
%7
%22

Triadic Colors of #c77aba

#c77aba #bac77a #7abac7

Analogous Colors of #c77aba

#c77aba #c77a94 #ae7ac7

Monochromatic Colors of #c77aba

#c77aba

Complementary Color

#c77aba #7ac787

#c77aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77aba Color CSS Codes

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

#c77aba Text Font Color

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

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


#c77aba Background Color

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

This div background color is #c77aba


#c77aba Border Color

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

This div border color is #c77aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77aba


Comments

No comments written yet.

Please login to write comment.