Color Hex Logo

#c904aa Color Hex

#C904AA
(201,4,170)
0 Favorites   0 Comments

Color spaces of #c904aa

RGB 2014170
HSL0.860.960.40
HSV309°98°79°
CMYK 0.000.980.15   0.21
XYZ31.386515.406639.3497
Yxy15.40660.36440.1788
Hunter Lab39.251274.0444-31.9629
CIE-Lab46.186177.5545-35.2417

#c904aa color RGB value is (201,4,170).

#c904aa hex color red value is 201, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c904aa hue: 0.86 , saturation: 0.96 and the lightness value of c904aa is 0.40.

The process color (four color CMYK) of #c904aa color hex is 0.00, 0.98, 0.15, 0.21. Web safe color of #c904aa is #cc0099. Color #c904aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 10101010
Octal 311 4 252
Decimal 201 4 170
Hex C9 4 AA

RGB Percentages of Color #c904aa

%53.60
%1.07
%45.33

CMYK Percentages of Color #c904aa

%0
%98
%15
%21

Triadic Colors of #c904aa

#c904aa #aac904 #04aac9

Analogous Colors of #c904aa

#c904aa #c90448 #8604c9

Monochromatic Colors of #c904aa

#c904aa

Complementary Color

#c904aa #04c923

#c904aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c904aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c904aa Color CSS Codes

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

#c904aa Text Font Color

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

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


#c904aa Background Color

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

This div background color is #c904aa


#c904aa Border Color

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

This div border color is #c904aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c904aa


Comments

No comments written yet.

Please login to write comment.