Color Hex Logo

#c95caf Color Hex

#C95CAF
(201,92,175)
0 Favorites   0 Comments

Color spaces of #c95caf

RGB 20192175
HSL0.870.500.57
HSV314°54°79°
CMYK 0.000.540.13   0.21
XYZ35.652423.166943.1500
Yxy23.16690.34960.2272
Hunter Lab48.132047.9877-19.4607
CIE-Lab55.243853.5098-24.0709

#c95caf color RGB value is (201,92,175).

#c95caf hex color red value is 201, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c95caf hue: 0.87 , saturation: 0.50 and the lightness value of c95caf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011100 10101111
Octal 311 134 257
Decimal 201 92 175
Hex C9 5C AF

RGB Percentages of Color #c95caf

%42.95
%19.66
%37.39

CMYK Percentages of Color #c95caf

%0
%54
%13
%21

Triadic Colors of #c95caf

#c95caf #afc95c #5cafc9

Analogous Colors of #c95caf

#c95caf #c95c79 #ad5cc9

Monochromatic Colors of #c95caf

#c95caf

Complementary Color

#c95caf #5cc976

#c95caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95caf Color CSS Codes

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

#c95caf Text Font Color

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

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


#c95caf Background Color

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

This div background color is #c95caf


#c95caf Border Color

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

This div border color is #c95caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95caf


Comments

No comments written yet.

Please login to write comment.