Color Hex Logo

#c77ec2 Color Hex

#C77EC2
(199,126,194)
0 Favorites   0 Comments

Color spaces of #c77ec2

RGB 199126194
HSL0.840.390.64
HSV304°37°78°
CMYK 0.000.370.03   0.22
XYZ40.751630.958954.8667
Yxy30.95890.32200.2446
Hunter Lab55.640733.3632-19.5167
CIE-Lab62.472938.7813-23.8542

#c77ec2 color RGB value is (199,126,194).

#c77ec2 hex color red value is 199, green value is 126 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #c77ec2 hue: 0.84 , saturation: 0.39 and the lightness value of c77ec2 is 0.64.

The process color (four color CMYK) of #c77ec2 color hex is 0.00, 0.37, 0.03, 0.22. Web safe color of #c77ec2 is #cc66cc. Color #c77ec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11000010
Octal 307 176 302
Decimal 199 126 194
Hex C7 7E C2

RGB Percentages of Color #c77ec2

%38.34
%24.28
%37.38

CMYK Percentages of Color #c77ec2

%0
%37
%3
%22

Triadic Colors of #c77ec2

#c77ec2 #c2c77e #7ec2c7

Analogous Colors of #c77ec2

#c77ec2 #c77e9e #a87ec7

Monochromatic Colors of #c77ec2

#c77ec2

Complementary Color

#c77ec2 #7ec783

#c77ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ec2 Color CSS Codes

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

#c77ec2 Text Font Color

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

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


#c77ec2 Background Color

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

This div background color is #c77ec2


#c77ec2 Border Color

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

This div border color is #c77ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ec2

#c77ec2 Color Palettes


Comments

No comments written yet.

Please login to write comment.