Color Hex Logo

#c76ada Color Hex

#C76ADA
(199,106,218)
0 Favorites   0 Comments

Color spaces of #c76ada

RGB 199106218
HSL0.810.600.64
HSV290°51°85°
CMYK 0.090.510.00   0.15
XYZ41.362127.512169.4600
Yxy27.51210.29900.1989
Hunter Lab52.452048.9689-41.7989
CIE-Lab59.445453.7046-42.0908

#c76ada color RGB value is (199,106,218).

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

The process color (four color CMYK) of #c76ada color hex is 0.09, 0.51, 0.00, 0.15. Web safe color of #c76ada is #cc66cc. Color #c76ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 11011010
Octal 307 152 332
Decimal 199 106 218
Hex C7 6A DA

RGB Percentages of Color #c76ada

%38.05
%20.27
%41.68

CMYK Percentages of Color #c76ada

%9
%51
%0
%15

Triadic Colors of #c76ada

#c76ada #dac76a #6adac7

Analogous Colors of #c76ada

#c76ada #da6ab5 #8f6ada

Monochromatic Colors of #c76ada

#c76ada

Complementary Color

#c76ada #7dda6a

#c76ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ada Color CSS Codes

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

#c76ada Text Font Color

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

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


#c76ada Background Color

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

This div background color is #c76ada


#c76ada Border Color

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

This div border color is #c76ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ada


Comments

No comments written yet.

Please login to write comment.