Color Hex Logo

#c76add Color Hex

#C76ADD
(199,106,221)
0 Favorites   0 Comments

Color spaces of #c76add

RGB 199106221
HSL0.800.630.64
HSV289°52°87°
CMYK 0.100.520.00   0.13
XYZ41.758427.670671.5467
Yxy27.67060.29620.1963
Hunter Lab52.602949.6460-43.8201
CIE-Lab59.590054.2875-43.5485

#c76add color RGB value is (199,106,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 11011101
Octal 307 152 335
Decimal 199 106 221
Hex C7 6A DD

RGB Percentages of Color #c76add

%37.83
%20.15
%42.02

CMYK Percentages of Color #c76add

%10
%52
%0
%13

Triadic Colors of #c76add

#c76add #ddc76a #6addc7

Analogous Colors of #c76add

#c76add #dd6aba #8e6add

Monochromatic Colors of #c76add

#c76add

Complementary Color

#c76add #80dd6a

#c76add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76add Color CSS Codes

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

#c76add Text Font Color

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

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


#c76add Background Color

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

This div background color is #c76add


#c76add Border Color

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

This div border color is #c76add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,106,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 #c76add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76add


Comments

No comments written yet.

Please login to write comment.