Color Hex Logo

#c77acc Color Hex

#C77ACC
(199,122,204)
0 Favorites   0 Comments

Color spaces of #c77acc

RGB 199122204
HSL0.820.450.64
HSV296°40°80°
CMYK 0.020.400.00   0.20
XYZ41.411830.420860.8159
Yxy30.42080.31220.2293
Hunter Lab55.155137.5009-26.7667
CIE-Lab62.015642.7776-30.1987

#c77acc color RGB value is (199,122,204).

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

The process color (four color CMYK) of #c77acc color hex is 0.02, 0.40, 0.00, 0.20. Web safe color of #c77acc is #cc66cc. Color #c77acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 11001100
Octal 307 172 314
Decimal 199 122 204
Hex C7 7A CC

RGB Percentages of Color #c77acc

%37.90
%23.24
%38.86

CMYK Percentages of Color #c77acc

%2
%40
%0
%20

Triadic Colors of #c77acc

#c77acc #ccc77a #7accc7

Analogous Colors of #c77acc

#c77acc #cc7aa8 #9e7acc

Monochromatic Colors of #c77acc

#c77acc

Complementary Color

#c77acc #7fcc7a

#c77acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77acc Color CSS Codes

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

#c77acc Text Font Color

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

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


#c77acc Background Color

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

This div background color is #c77acc


#c77acc Border Color

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

This div border color is #c77acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77acc


Comments

No comments written yet.

Please login to write comment.