Color Hex Logo

#c94fac Color Hex

#C94FAC
(201,79,172)
0 Favorites   0 Comments

Color spaces of #c94fac

RGB 20179172
HSL0.870.530.55
HSV314°61°79°
CMYK 0.000.610.14   0.21
XYZ34.329820.988041.2714
Yxy20.98800.35540.2173
Hunter Lab45.812753.5871-21.3439
CIE-Lab52.936458.9406-25.8857

#c94fac color RGB value is (201,79,172).

#c94fac hex color red value is 201, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c94fac hue: 0.87 , saturation: 0.53 and the lightness value of c94fac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 10101100
Octal 311 117 254
Decimal 201 79 172
Hex C9 4F AC

RGB Percentages of Color #c94fac

%44.47
%17.48
%38.05

CMYK Percentages of Color #c94fac

%0
%61
%14
%21

Triadic Colors of #c94fac

#c94fac #acc94f #4facc9

Analogous Colors of #c94fac

#c94fac #c94f6f #a94fc9

Monochromatic Colors of #c94fac

#c94fac

Complementary Color

#c94fac #4fc96c

#c94fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94fac Color CSS Codes

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

#c94fac Text Font Color

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

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


#c94fac Background Color

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

This div background color is #c94fac


#c94fac Border Color

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

This div border color is #c94fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94fac


Comments

No comments written yet.

Please login to write comment.