Color Hex Logo

#f89dee Color Hex

#F89DEE
(248,157,238)
0 Favorites   0 Comments

Color spaces of #f89dee

RGB 248157238
HSL0.850.870.79
HSV307°37°97°
CMYK 0.000.370.04   0.03
XYZ66.201050.243487.0977
Yxy50.24340.32520.2468
Hunter Lab70.882642.6661-23.2354
CIE-Lab76.218445.7194-26.6601

#f89dee color RGB value is (248,157,238).

#f89dee hex color red value is 248, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f89dee hue: 0.85 , saturation: 0.87 and the lightness value of f89dee is 0.79.

The process color (four color CMYK) of #f89dee color hex is 0.00, 0.37, 0.04, 0.03. Web safe color of #f89dee is #ff99ff. Color #f89dee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011101 11101110
Octal 370 235 356
Decimal 248 157 238
Hex F8 9D EE

RGB Percentages of Color #f89dee

%38.57
%24.42
%37.01

CMYK Percentages of Color #f89dee

%0
%37
%4
%3

Triadic Colors of #f89dee

#f89dee #eef89d #9deef8

Analogous Colors of #f89dee

#f89dee #f89dc1 #d59df8

Monochromatic Colors of #f89dee

#f89dee

Complementary Color

#f89dee #9df8a7

#f89dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89dee Color CSS Codes

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

#f89dee Text Font Color

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

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


#f89dee Background Color

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

This div background color is #f89dee


#f89dee Border Color

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

This div border color is #f89dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89dee


Comments

No comments written yet.

Please login to write comment.