Color Hex Logo

#c75aac Color Hex

#C75AAC
(199,90,172)
0 Favorites   0 Comments

Color spaces of #c75aac

RGB 19990172
HSL0.870.490.57
HSV315°55°78°
CMYK 0.000.550.14   0.22
XYZ34.655722.433041.5332
Yxy22.43300.35140.2275
Hunter Lab47.363547.7217-18.8372
CIE-Lab54.483453.3953-23.5237

#c75aac color RGB value is (199,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011010 10101100
Octal 307 132 254
Decimal 199 90 172
Hex C7 5A AC

RGB Percentages of Color #c75aac

%43.17
%19.52
%37.31

CMYK Percentages of Color #c75aac

%0
%55
%14
%22

Triadic Colors of #c75aac

#c75aac #acc75a #5aacc7

Analogous Colors of #c75aac

#c75aac #c75a76 #ac5ac7

Monochromatic Colors of #c75aac

#c75aac

Complementary Color

#c75aac #5ac775

#c75aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75aac Color CSS Codes

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

#c75aac Text Font Color

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

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


#c75aac Background Color

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

This div background color is #c75aac


#c75aac Border Color

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

This div border color is #c75aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75aac


Comments

No comments written yet.

Please login to write comment.