Color Hex Logo

#c759aa Color Hex

#C759AA
(199,89,170)
0 Favorites   0 Comments

Color spaces of #c759aa

RGB 19989170
HSL0.880.500.56
HSV316°55°78°
CMYK 0.000.550.15   0.22
XYZ34.381322.189240.5011
Yxy22.18920.35420.2286
Hunter Lab47.105447.8491-18.0036
CIE-Lab54.227253.5547-22.7540

#c759aa color RGB value is (199,89,170).

#c759aa hex color red value is 199, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c759aa hue: 0.88 , saturation: 0.50 and the lightness value of c759aa is 0.56.

The process color (four color CMYK) of #c759aa color hex is 0.00, 0.55, 0.15, 0.22. Web safe color of #c759aa is #cc6699. Color #c759aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 10101010
Octal 307 131 252
Decimal 199 89 170
Hex C7 59 AA

RGB Percentages of Color #c759aa

%43.45
%19.43
%37.12

CMYK Percentages of Color #c759aa

%0
%55
%15
%22

Triadic Colors of #c759aa

#c759aa #aac759 #59aac7

Analogous Colors of #c759aa

#c759aa #c75973 #ad59c7

Monochromatic Colors of #c759aa

#c759aa

Complementary Color

#c759aa #59c776

#c759aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c759aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c759aa Color CSS Codes

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

#c759aa Text Font Color

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

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


#c759aa Background Color

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

This div background color is #c759aa


#c759aa Border Color

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

This div border color is #c759aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c759aa


Comments

No comments written yet.

Please login to write comment.