Color Hex Logo

#c905aa Color Hex

#C905AA
(201,5,170)
0 Favorites   0 Comments

Color spaces of #c905aa

RGB 2015170
HSL0.860.950.40
HSV309°98°79°
CMYK 0.000.980.15   0.21
XYZ31.397415.428339.3533
Yxy15.42830.36430.1790
Hunter Lab39.278973.9452-31.9071
CIE-Lab46.215377.4687-35.1957

#c905aa color RGB value is (201,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 10101010
Octal 311 5 252
Decimal 201 5 170
Hex C9 5 AA

RGB Percentages of Color #c905aa

%53.46
%1.33
%45.21

CMYK Percentages of Color #c905aa

%0
%98
%15
%21

Triadic Colors of #c905aa

#c905aa #aac905 #05aac9

Analogous Colors of #c905aa

#c905aa #c90548 #8605c9

Monochromatic Colors of #c905aa

#c905aa

Complementary Color

#c905aa #05c924

#c905aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c905aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c905aa Color CSS Codes

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

#c905aa Text Font Color

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

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


#c905aa Background Color

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

This div background color is #c905aa


#c905aa Border Color

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

This div border color is #c905aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c905aa


Comments

No comments written yet.

Please login to write comment.