Color Hex Logo

#f855ae Color Hex

#F855AE
(248,85,174)
0 Favorites   0 Comments

Color spaces of #f855ae

RGB 24885174
HSL0.910.920.65
HSV327°66°97°
CMYK 0.000.660.30   0.03
XYZ49.599929.509543.1261
Yxy29.50950.40580.2414
Hunter Lab54.322667.9168-9.0438
CIE-Lab61.228769.6656-13.7251

#f855ae color RGB value is (248,85,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010101 10101110
Octal 370 125 256
Decimal 248 85 174
Hex F8 55 AE

RGB Percentages of Color #f855ae

%48.92
%16.77
%34.32

CMYK Percentages of Color #f855ae

%0
%66
%30
%3

Triadic Colors of #f855ae

#f855ae #aef855 #55aef8

Analogous Colors of #f855ae

#f855ae #f8555d #f155f8

Monochromatic Colors of #f855ae

#f855ae

Complementary Color

#f855ae #55f89f

#f855ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f855ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f855ae Color CSS Codes

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

#f855ae Text Font Color

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

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


#f855ae Background Color

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

This div background color is #f855ae


#f855ae Border Color

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

This div border color is #f855ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f855ae


Comments

No comments written yet.

Please login to write comment.