Color Hex Logo

#c975af Color Hex

#C975AF
(201,117,175)
0 Favorites   0 Comments

Color spaces of #c975af

RGB 201117175
HSL0.880.440.62
HSV319°42°79°
CMYK 0.000.420.13   0.21
XYZ38.186528.235243.9947
Yxy28.23520.34580.2557
Hunter Lab53.136835.2887-11.8935
CIE-Lab60.100640.9241-16.6495

#c975af color RGB value is (201,117,175).

#c975af hex color red value is 201, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c975af hue: 0.88 , saturation: 0.44 and the lightness value of c975af is 0.62.

The process color (four color CMYK) of #c975af color hex is 0.00, 0.42, 0.13, 0.21. Web safe color of #c975af is #cc6699. Color #c975af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110101 10101111
Octal 311 165 257
Decimal 201 117 175
Hex C9 75 AF

RGB Percentages of Color #c975af

%40.77
%23.73
%35.50

CMYK Percentages of Color #c975af

%0
%42
%13
%21

Triadic Colors of #c975af

#c975af #afc975 #75afc9

Analogous Colors of #c975af

#c975af #c97585 #b975c9

Monochromatic Colors of #c975af

#c975af

Complementary Color

#c975af #75c98f

#c975af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c975af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c975af Color CSS Codes

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

#c975af Text Font Color

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

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


#c975af Background Color

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

This div background color is #c975af


#c975af Border Color

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

This div border color is #c975af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,117,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c975af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c975af;
  -webkit-box-shadow: 1px 1px 3px 2px #c975af;
  box-shadow:         1px 1px 3px 2px #c975af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,117,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c975af


Comments

No comments written yet.

Please login to write comment.