Color Hex Logo

#f853aa Color Hex

#F853AA
(248,83,170)
0 Favorites   0 Comments

Color spaces of #f853aa

RGB 24883170
HSL0.910.920.65
HSV328°67°97°
CMYK 0.000.670.31   0.03
XYZ49.060429.045341.0507
Yxy29.04530.41170.2438
Hunter Lab53.893768.1778-7.4355
CIE-Lab60.821669.9554-12.0320

#f853aa color RGB value is (248,83,170).

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

The process color (four color CMYK) of #f853aa color hex is 0.00, 0.67, 0.31, 0.03. Web safe color of #f853aa is #ff6699. Color #f853aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 10101010
Octal 370 123 252
Decimal 248 83 170
Hex F8 53 AA

RGB Percentages of Color #f853aa

%49.50
%16.57
%33.93

CMYK Percentages of Color #f853aa

%0
%67
%31
%3

Triadic Colors of #f853aa

#f853aa #aaf853 #53aaf8

Analogous Colors of #f853aa

#f853aa #f85358 #f453f8

Monochromatic Colors of #f853aa

#f853aa

Complementary Color

#f853aa #53f8a1

#f853aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f853aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f853aa Color CSS Codes

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

#f853aa Text Font Color

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

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


#f853aa Background Color

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

This div background color is #f853aa


#f853aa Border Color

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

This div border color is #f853aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f853aa


Comments

No comments written yet.

Please login to write comment.