Color Hex Logo

#f856ae Color Hex

#F856AE
(248,86,174)
0 Favorites   0 Comments

Color spaces of #f856ae

RGB 24886174
HSL0.910.920.65
HSV327°65°97°
CMYK 0.000.650.30   0.03
XYZ49.679229.668043.1525
Yxy29.66800.40550.2422
Hunter Lab54.468367.4858-8.8446
CIE-Lab61.366769.2851-13.5171

#f856ae color RGB value is (248,86,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 10101110
Octal 370 126 256
Decimal 248 86 174
Hex F8 56 AE

RGB Percentages of Color #f856ae

%48.82
%16.93
%34.25

CMYK Percentages of Color #f856ae

%0
%65
%30
%3

Triadic Colors of #f856ae

#f856ae #aef856 #56aef8

Analogous Colors of #f856ae

#f856ae #f8565d #f156f8

Monochromatic Colors of #f856ae

#f856ae

Complementary Color

#f856ae #56f8a0

#f856ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f856ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f856ae Color CSS Codes

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

#f856ae Text Font Color

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

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


#f856ae Background Color

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

This div background color is #f856ae


#f856ae Border Color

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

This div border color is #f856ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f856ae


Comments

No comments written yet.

Please login to write comment.