Color Hex Logo

#f845aa Color Hex

#F845AA
(248,69,170)
0 Favorites   0 Comments

Color spaces of #f845aa

RGB 24869170
HSL0.910.930.62
HSV326°72°97°
CMYK 0.000.720.31   0.03
XYZ48.095227.115040.7290
Yxy27.11500.41480.2339
Hunter Lab52.072173.7414-9.9242
CIE-Lab59.080674.8119-14.6553

#f845aa color RGB value is (248,69,170).

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

The process color (four color CMYK) of #f845aa color hex is 0.00, 0.72, 0.31, 0.03. Web safe color of #f845aa is #ff3399. Color #f845aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000101 10101010
Octal 370 105 252
Decimal 248 69 170
Hex F8 45 AA

RGB Percentages of Color #f845aa

%50.92
%14.17
%34.91

CMYK Percentages of Color #f845aa

%0
%72
%31
%3

Triadic Colors of #f845aa

#f845aa #aaf845 #45aaf8

Analogous Colors of #f845aa

#f845aa #f84550 #ed45f8

Monochromatic Colors of #f845aa

#f845aa

Complementary Color

#f845aa #45f893

#f845aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f845aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f845aa Color CSS Codes

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

#f845aa Text Font Color

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

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


#f845aa Background Color

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

This div background color is #f845aa


#f845aa Border Color

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

This div border color is #f845aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f845aa


Comments

No comments written yet.

Please login to write comment.