Color Hex Logo

#c75cac Color Hex

#C75CAC
(199,92,172)
0 Favorites   0 Comments

Color spaces of #c75cac

RGB 19992172
HSL0.880.490.57
HSV315°54°78°
CMYK 0.000.540.14   0.22
XYZ34.826722.775041.5902
Yxy22.77500.35110.2296
Hunter Lab47.723246.7476-18.2644
CIE-Lab54.839852.4458-22.9756

#c75cac color RGB value is (199,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011100 10101100
Octal 307 134 254
Decimal 199 92 172
Hex C7 5C AC

RGB Percentages of Color #c75cac

%42.98
%19.87
%37.15

CMYK Percentages of Color #c75cac

%0
%54
%14
%22

Triadic Colors of #c75cac

#c75cac #acc75c #5cacc7

Analogous Colors of #c75cac

#c75cac #c75c77 #ad5cc7

Monochromatic Colors of #c75cac

#c75cac

Complementary Color

#c75cac #5cc777

#c75cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75cac Color CSS Codes

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

#c75cac Text Font Color

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

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


#c75cac Background Color

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

This div background color is #c75cac


#c75cac Border Color

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

This div border color is #c75cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75cac


Comments

No comments written yet.

Please login to write comment.