Color Hex Logo

#c757ad Color Hex

#C757AD
(199,87,173)
0 Favorites   0 Comments

Color spaces of #c757ad

RGB 19987173
HSL0.870.500.56
HSV314°56°78°
CMYK 0.000.560.13   0.22
XYZ34.504221.975641.9583
Yxy21.97560.35050.2232
Hunter Lab46.878149.3464-20.2528
CIE-Lab54.001154.9531-24.8485

#c757ad color RGB value is (199,87,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 10101101
Octal 307 127 255
Decimal 199 87 173
Hex C7 57 AD

RGB Percentages of Color #c757ad

%43.36
%18.95
%37.69

CMYK Percentages of Color #c757ad

%0
%56
%13
%22

Triadic Colors of #c757ad

#c757ad #adc757 #57adc7

Analogous Colors of #c757ad

#c757ad #c75775 #a957c7

Monochromatic Colors of #c757ad

#c757ad

Complementary Color

#c757ad #57c771

#c757ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c757ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c757ad Color CSS Codes

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

#c757ad Text Font Color

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

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


#c757ad Background Color

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

This div background color is #c757ad


#c757ad Border Color

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

This div border color is #c757ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c757ad


Comments

No comments written yet.

Please login to write comment.