Color Hex Logo

#f89dfe Color Hex

#F89DFE
(248,157,254)
0 Favorites   0 Comments

Color spaces of #f89dfe

RGB 248157254
HSL0.820.980.81
HSV296°38°100°
CMYK 0.020.380.00   0.00
XYZ68.657851.2262100.0349
Yxy51.22620.31220.2329
Hunter Lab71.572545.9790-32.7673
CIE-Lab76.815848.5606-34.4015

#f89dfe color RGB value is (248,157,254).

#f89dfe hex color red value is 248, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f89dfe hue: 0.82 , saturation: 0.98 and the lightness value of f89dfe is 0.81.

The process color (four color CMYK) of #f89dfe color hex is 0.02, 0.38, 0.00, 0.00. Web safe color of #f89dfe is #ff99ff. Color #f89dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011101 11111110
Octal 370 235 376
Decimal 248 157 254
Hex F8 9D FE

RGB Percentages of Color #f89dfe

%37.63
%23.82
%38.54

CMYK Percentages of Color #f89dfe

%2
%38
%0
%0

Triadic Colors of #f89dfe

#f89dfe #fef89d #9dfef8

Analogous Colors of #f89dfe

#f89dfe #fe9dd4 #c89dfe

Monochromatic Colors of #f89dfe

#f89dfe

Complementary Color

#f89dfe #a3fe9d

#f89dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89dfe Color CSS Codes

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

#f89dfe Text Font Color

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

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


#f89dfe Background Color

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

This div background color is #f89dfe


#f89dfe Border Color

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

This div border color is #f89dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.