Color Hex Logo

#f85aee Color Hex

#F85AEE
(248,90,238)
0 Favorites   0 Comments

Color spaces of #f85aee

RGB 24890238
HSL0.840.920.66
HSV304°64°97°
CMYK 0.000.640.04   0.03
XYZ57.800233.441884.2974
Yxy33.44180.32930.1905
Hunter Lab57.828977.2109-45.9471
CIE-Lab64.517176.5545-44.8234

#f85aee color RGB value is (248,90,238).

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

The process color (four color CMYK) of #f85aee color hex is 0.00, 0.64, 0.04, 0.03. Web safe color of #f85aee is #ff66ff. Color #f85aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011010 11101110
Octal 370 132 356
Decimal 248 90 238
Hex F8 5A EE

RGB Percentages of Color #f85aee

%43.06
%15.63
%41.32

CMYK Percentages of Color #f85aee

%0
%64
%4
%3

Triadic Colors of #f85aee

#f85aee #eef85a #5aeef8

Analogous Colors of #f85aee

#f85aee #f85a9f #b35af8

Monochromatic Colors of #f85aee

#f85aee

Complementary Color

#f85aee #5af864

#f85aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85aee Color CSS Codes

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

#f85aee Text Font Color

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

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


#f85aee Background Color

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

This div background color is #f85aee


#f85aee Border Color

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

This div border color is #f85aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85aee


Comments

No comments written yet.

Please login to write comment.