Color Hex Logo

#c941aa Color Hex

#C941AA
(201,65,170)
0 Favorites   0 Comments

Color spaces of #c941aa

RGB 20165170
HSL0.870.560.52
HSV314°68°79°
CMYK 0.000.680.15   0.21
XYZ33.233419.100439.9654
Yxy19.10040.36010.2069
Hunter Lab43.704059.2530-23.6253
CIE-Lab50.804564.2979-28.0182

#c941aa color RGB value is (201,65,170).

#c941aa hex color red value is 201, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c941aa hue: 0.87 , saturation: 0.56 and the lightness value of c941aa is 0.52.

The process color (four color CMYK) of #c941aa color hex is 0.00, 0.68, 0.15, 0.21. Web safe color of #c941aa is #cc3399. Color #c941aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 10101010
Octal 311 101 252
Decimal 201 65 170
Hex C9 41 AA

RGB Percentages of Color #c941aa

%46.10
%14.91
%38.99

CMYK Percentages of Color #c941aa

%0
%68
%15
%21

Triadic Colors of #c941aa

#c941aa #aac941 #41aac9

Analogous Colors of #c941aa

#c941aa #c94166 #a441c9

Monochromatic Colors of #c941aa

#c941aa

Complementary Color

#c941aa #41c960

#c941aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941aa Color CSS Codes

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

#c941aa Text Font Color

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

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


#c941aa Background Color

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

This div background color is #c941aa


#c941aa Border Color

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

This div border color is #c941aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941aa


Comments

No comments written yet.

Please login to write comment.