Color Hex Logo

#f511aa Color Hex

#F511AA
(245,17,170)
0 Favorites   0 Comments

Color spaces of #f511aa

RGB 24517170
HSL0.890.920.51
HSV320°93°96°
CMYK 0.000.930.31   0.04
XYZ45.112322.715740.0371
Yxy22.71570.41820.2106
Hunter Lab47.661085.5479-16.4432
CIE-Lab54.778384.9430-21.2524

#f511aa color RGB value is (245,17,170).

#f511aa hex color red value is 245, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f511aa hue: 0.89 , saturation: 0.92 and the lightness value of f511aa is 0.51.

The process color (four color CMYK) of #f511aa color hex is 0.00, 0.93, 0.31, 0.04. Web safe color of #f511aa is #ff0099. Color #f511aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010001 10101010
Octal 365 21 252
Decimal 245 17 170
Hex F5 11 AA

RGB Percentages of Color #f511aa

%56.71
%3.94
%39.35

CMYK Percentages of Color #f511aa

%0
%93
%31
%4

Triadic Colors of #f511aa

#f511aa #aaf511 #11aaf5

Analogous Colors of #f511aa

#f511aa #f51138 #ce11f5

Monochromatic Colors of #f511aa

#f511aa

Complementary Color

#f511aa #11f55c

#f511aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f511aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f511aa Color CSS Codes

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

#f511aa Text Font Color

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

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


#f511aa Background Color

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

This div background color is #f511aa


#f511aa Border Color

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

This div border color is #f511aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f511aa


Comments

No comments written yet.

Please login to write comment.