Color Hex Logo

#c77ace Color Hex

#C77ACE
(199,122,206)
0 Favorites   0 Comments

Color spaces of #c77ace

RGB 199122206
HSL0.820.460.64
HSV295°41°81°
CMYK 0.030.410.00   0.19
XYZ41.653330.517462.0876
Yxy30.51740.31020.2273
Hunter Lab55.242637.9159-27.9668
CIE-Lab62.098143.1574-31.1966

#c77ace color RGB value is (199,122,206).

#c77ace hex color red value is 199, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c77ace hue: 0.82 , saturation: 0.46 and the lightness value of c77ace is 0.64.

The process color (four color CMYK) of #c77ace color hex is 0.03, 0.41, 0.00, 0.19. Web safe color of #c77ace is #cc66cc. Color #c77ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 11001110
Octal 307 172 316
Decimal 199 122 206
Hex C7 7A CE

RGB Percentages of Color #c77ace

%37.76
%23.15
%39.09

CMYK Percentages of Color #c77ace

%3
%41
%0
%19

Triadic Colors of #c77ace

#c77ace #cec77a #7acec7

Analogous Colors of #c77ace

#c77ace #ce7aab #9d7ace

Monochromatic Colors of #c77ace

#c77ace

Complementary Color

#c77ace #81ce7a

#c77ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ace Color CSS Codes

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

#c77ace Text Font Color

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

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


#c77ace Background Color

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

This div background color is #c77ace


#c77ace Border Color

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

This div border color is #c77ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ace


Comments

No comments written yet.

Please login to write comment.