Color Hex Logo

#c776ea Color Hex

#C776EA
(199,118,234)
0 Favorites   0 Comments

Color spaces of #c776ea

RGB 199118234
HSL0.780.730.69
HSV282°50°92°
CMYK 0.150.500.00   0.08
XYZ44.882931.039581.4675
Yxy31.03950.28520.1972
Hunter Lab55.713146.3030-47.6987
CIE-Lab62.541050.8209-46.1520

#c776ea color RGB value is (199,118,234).

#c776ea hex color red value is 199, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c776ea hue: 0.78 , saturation: 0.73 and the lightness value of c776ea is 0.69.

The process color (four color CMYK) of #c776ea color hex is 0.15, 0.50, 0.00, 0.08. Web safe color of #c776ea is #cc66ff. Color #c776ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 11101010
Octal 307 166 352
Decimal 199 118 234
Hex C7 76 EA

RGB Percentages of Color #c776ea

%36.12
%21.42
%42.47

CMYK Percentages of Color #c776ea

%15
%50
%0
%8

Triadic Colors of #c776ea

#c776ea #eac776 #76eac7

Analogous Colors of #c776ea

#c776ea #ea76d3 #8d76ea

Monochromatic Colors of #c776ea

#c776ea

Complementary Color

#c776ea #99ea76

#c776ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c776ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c776ea Color CSS Codes

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

#c776ea Text Font Color

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

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


#c776ea Background Color

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

This div background color is #c776ea


#c776ea Border Color

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

This div border color is #c776ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c776ea


Comments

No comments written yet.

Please login to write comment.