Color Hex Logo

#f053aa Color Hex

#F053AA
(240,83,170)
0 Favorites   0 Comments

Color spaces of #f053aa

RGB 24083170
HSL0.910.840.63
HSV327°65°94°
CMYK 0.000.650.29   0.06
XYZ46.284127.614140.9208
Yxy27.61410.40310.2405
Hunter Lab52.549165.2579-9.3856
CIE-Lab59.538567.7730-14.0917

#f053aa color RGB value is (240,83,170).

#f053aa hex color red value is 240, green value is 83 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f053aa hue: 0.91 , saturation: 0.84 and the lightness value of f053aa is 0.63.

The process color (four color CMYK) of #f053aa color hex is 0.00, 0.65, 0.29, 0.06. Web safe color of #f053aa is #ff6699. Color #f053aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 10101010
Octal 360 123 252
Decimal 240 83 170
Hex F0 53 AA

RGB Percentages of Color #f053aa

%48.68
%16.84
%34.48

CMYK Percentages of Color #f053aa

%0
%65
%29
%6

Triadic Colors of #f053aa

#f053aa #aaf053 #53aaf0

Analogous Colors of #f053aa

#f053aa #f0535c #e853f0

Monochromatic Colors of #f053aa

#f053aa

Complementary Color

#f053aa #53f099

#f053aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053aa Color CSS Codes

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

#f053aa Text Font Color

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

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


#f053aa Background Color

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

This div background color is #f053aa


#f053aa Border Color

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

This div border color is #f053aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053aa


Comments

No comments written yet.

Please login to write comment.