Color Hex Logo

#c94aac Color Hex

#C94AAC
(201,74,172)
0 Favorites   0 Comments

Color spaces of #c94aac

RGB 20174172
HSL0.870.540.54
HSV314°63°79°
CMYK 0.000.630.14   0.21
XYZ33.982620.293641.1557
Yxy20.29360.35610.2127
Hunter Lab45.048455.8180-22.6327
CIE-Lab52.167661.0499-27.0758

#c94aac color RGB value is (201,74,172).

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

The process color (four color CMYK) of #c94aac color hex is 0.00, 0.63, 0.14, 0.21. Web safe color of #c94aac is #cc3399. Color #c94aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 10101100
Octal 311 112 254
Decimal 201 74 172
Hex C9 4A AC

RGB Percentages of Color #c94aac

%44.97
%16.55
%38.48

CMYK Percentages of Color #c94aac

%0
%63
%14
%21

Triadic Colors of #c94aac

#c94aac #acc94a #4aacc9

Analogous Colors of #c94aac

#c94aac #c94a6d #a74ac9

Monochromatic Colors of #c94aac

#c94aac

Complementary Color

#c94aac #4ac967

#c94aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94aac Color CSS Codes

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

#c94aac Text Font Color

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

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


#c94aac Background Color

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

This div background color is #c94aac


#c94aac Border Color

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

This div border color is #c94aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94aac


Comments

No comments written yet.

Please login to write comment.