Color Hex Logo

#c95fac Color Hex

#C95FAC
(201,95,172)
0 Favorites   0 Comments

Color spaces of #c95fac

RGB 20195172
HSL0.880.500.58
HSV316°53°79°
CMYK 0.000.530.14   0.21
XYZ35.626023.580541.7035
Yxy23.58050.35300.2337
Hunter Lab48.559845.9774-16.9269
CIE-Lab55.665351.6041-21.6840

#c95fac color RGB value is (201,95,172).

#c95fac hex color red value is 201, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c95fac hue: 0.88 , saturation: 0.50 and the lightness value of c95fac is 0.58.

The process color (four color CMYK) of #c95fac color hex is 0.00, 0.53, 0.14, 0.21. Web safe color of #c95fac is #cc6699. Color #c95fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 10101100
Octal 311 137 254
Decimal 201 95 172
Hex C9 5F AC

RGB Percentages of Color #c95fac

%42.95
%20.30
%36.75

CMYK Percentages of Color #c95fac

%0
%53
%14
%21

Triadic Colors of #c95fac

#c95fac #acc95f #5facc9

Analogous Colors of #c95fac

#c95fac #c95f77 #b15fc9

Monochromatic Colors of #c95fac

#c95fac

Complementary Color

#c95fac #5fc97c

#c95fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95fac Color CSS Codes

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

#c95fac Text Font Color

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

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


#c95fac Background Color

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

This div background color is #c95fac


#c95fac Border Color

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

This div border color is #c95fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95fac


Comments

No comments written yet.

Please login to write comment.