Color Hex Logo

#c75aae Color Hex

#C75AAE
(199,90,174)
0 Favorites   0 Comments

Color spaces of #c75aae

RGB 19990174
HSL0.870.490.57
HSV314°55°78°
CMYK 0.000.550.13   0.22
XYZ34.849322.510442.5526
Yxy22.51040.34880.2253
Hunter Lab47.445148.0825-19.9644
CIE-Lab54.564453.7102-24.5612

#c75aae color RGB value is (199,90,174).

#c75aae hex color red value is 199, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c75aae hue: 0.87 , saturation: 0.49 and the lightness value of c75aae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011010 10101110
Octal 307 132 256
Decimal 199 90 174
Hex C7 5A AE

RGB Percentages of Color #c75aae

%42.98
%19.44
%37.58

CMYK Percentages of Color #c75aae

%0
%55
%13
%22

Triadic Colors of #c75aae

#c75aae #aec75a #5aaec7

Analogous Colors of #c75aae

#c75aae #c75a78 #aa5ac7

Monochromatic Colors of #c75aae

#c75aae

Complementary Color

#c75aae #5ac773

#c75aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75aae Color CSS Codes

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

#c75aae Text Font Color

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

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


#c75aae Background Color

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

This div background color is #c75aae


#c75aae Border Color

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

This div border color is #c75aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75aae


Comments

No comments written yet.

Please login to write comment.