Color Hex Logo

#f85aed Color Hex

#F85AED
(248,90,237)
0 Favorites   0 Comments

Color spaces of #f85aed

RGB 24890237
HSL0.840.920.66
HSV304°64°97°
CMYK 0.000.640.04   0.03
XYZ57.653633.383283.5257
Yxy33.38320.33030.1912
Hunter Lab57.778277.0032-45.2665
CIE-Lab64.470076.3989-44.3425

#f85aed color RGB value is (248,90,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011010 11101101
Octal 370 132 355
Decimal 248 90 237
Hex F8 5A ED

RGB Percentages of Color #f85aed

%43.13
%15.65
%41.22

CMYK Percentages of Color #f85aed

%0
%64
%4
%3

Triadic Colors of #f85aed

#f85aed #edf85a #5aedf8

Analogous Colors of #f85aed

#f85aed #f85a9e #b45af8

Monochromatic Colors of #f85aed

#f85aed

Complementary Color

#f85aed #5af865

#f85aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85aed Color CSS Codes

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

#f85aed Text Font Color

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

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


#f85aed Background Color

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

This div background color is #f85aed


#f85aed Border Color

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

This div border color is #f85aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85aed


Comments

No comments written yet.

Please login to write comment.