Color Hex Logo

#c77abe Color Hex

#C77ABE
(199,122,190)
0 Favorites   0 Comments

Color spaces of #c77abe

RGB 199122190
HSL0.850.410.63
HSV307°39°78°
CMYK 0.000.390.05   0.22
XYZ39.807029.778952.3650
Yxy29.77890.32640.2442
Hunter Lab54.570034.7121-18.6952
CIE-Lab61.463040.1986-23.1388

#c77abe color RGB value is (199,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 10111110
Octal 307 172 276
Decimal 199 122 190
Hex C7 7A BE

RGB Percentages of Color #c77abe

%38.94
%23.87
%37.18

CMYK Percentages of Color #c77abe

%0
%39
%5
%22

Triadic Colors of #c77abe

#c77abe #bec77a #7abec7

Analogous Colors of #c77abe

#c77abe #c77a98 #aa7ac7

Monochromatic Colors of #c77abe

#c77abe

Complementary Color

#c77abe #7ac783

#c77abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77abe Color CSS Codes

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

#c77abe Text Font Color

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

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


#c77abe Background Color

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

This div background color is #c77abe


#c77abe Border Color

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

This div border color is #c77abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77abe


Comments

No comments written yet.

Please login to write comment.