Color Hex Logo

#c776dd Color Hex

#C776DD
(199,118,221)
0 Favorites   0 Comments

Color spaces of #c776dd

RGB 199118221
HSL0.800.600.66
HSV287°47°87°
CMYK 0.100.470.00   0.13
XYZ43.082830.319471.9881
Yxy30.31940.29630.2085
Hunter Lab55.063143.3028-38.9702
CIE-Lab61.928848.1829-39.8729

#c776dd color RGB value is (199,118,221).

#c776dd hex color red value is 199, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c776dd hue: 0.80 , saturation: 0.60 and the lightness value of c776dd is 0.66.

The process color (four color CMYK) of #c776dd color hex is 0.10, 0.47, 0.00, 0.13. Web safe color of #c776dd is #cc66cc. Color #c776dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 11011101
Octal 307 166 335
Decimal 199 118 221
Hex C7 76 DD

RGB Percentages of Color #c776dd

%36.99
%21.93
%41.08

CMYK Percentages of Color #c776dd

%10
%47
%0
%13

Triadic Colors of #c776dd

#c776dd #ddc776 #76ddc7

Analogous Colors of #c776dd

#c776dd #dd76c0 #9476dd

Monochromatic Colors of #c776dd

#c776dd

Complementary Color

#c776dd #8cdd76

#c776dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c776dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c776dd Color CSS Codes

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

#c776dd Text Font Color

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

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


#c776dd Background Color

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

This div background color is #c776dd


#c776dd Border Color

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

This div border color is #c776dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c776dd

#c776dd Color Palettes


Comments

No comments written yet.

Please login to write comment.