Color Hex Logo

#f859ae Color Hex

#F859AE
(248,89,174)
0 Favorites   0 Comments

Color spaces of #f859ae

RGB 24889174
HSL0.910.920.66
HSV328°64°97°
CMYK 0.000.640.30   0.03
XYZ49.923830.157243.2340
Yxy30.15720.40480.2446
Hunter Lab54.915666.1723-8.2370
CIE-Lab61.789668.1221-12.8803

#f859ae color RGB value is (248,89,174).

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

The process color (four color CMYK) of #f859ae color hex is 0.00, 0.64, 0.30, 0.03. Web safe color of #f859ae is #ff6699. Color #f859ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011001 10101110
Octal 370 131 256
Decimal 248 89 174
Hex F8 59 AE

RGB Percentages of Color #f859ae

%48.53
%17.42
%34.05

CMYK Percentages of Color #f859ae

%0
%64
%30
%3

Triadic Colors of #f859ae

#f859ae #aef859 #59aef8

Analogous Colors of #f859ae

#f859ae #f8595e #f359f8

Monochromatic Colors of #f859ae

#f859ae

Complementary Color

#f859ae #59f8a3

#f859ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f859ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f859ae Color CSS Codes

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

#f859ae Text Font Color

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

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


#f859ae Background Color

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

This div background color is #f859ae


#f859ae Border Color

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

This div border color is #f859ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,89,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f859ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f859ae


Comments

No comments written yet.

Please login to write comment.