Color Hex Logo

#f989eb Color Hex

#F989EB
(249,137,235)
0 Favorites   0 Comments

Color spaces of #f989eb

RGB 249137235
HSL0.850.900.76
HSV308°45°98°
CMYK 0.000.450.06   0.02
XYZ63.008044.029283.7749
Yxy44.02920.33020.2307
Hunter Lab66.354553.3772-28.4076
CIE-Lab72.248055.5898-31.1140

#f989eb color RGB value is (249,137,235).

#f989eb hex color red value is 249, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f989eb hue: 0.85 , saturation: 0.90 and the lightness value of f989eb is 0.76.

The process color (four color CMYK) of #f989eb color hex is 0.00, 0.45, 0.06, 0.02. Web safe color of #f989eb is #ff99ff. Color #f989eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11101011
Octal 371 211 353
Decimal 249 137 235
Hex F9 89 EB

RGB Percentages of Color #f989eb

%40.10
%22.06
%37.84

CMYK Percentages of Color #f989eb

%0
%45
%6
%2

Triadic Colors of #f989eb

#f989eb #ebf989 #89ebf9

Analogous Colors of #f989eb

#f989eb #f989b3 #cf89f9

Monochromatic Colors of #f989eb

#f989eb

Complementary Color

#f989eb #89f997

#f989eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989eb Color CSS Codes

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

#f989eb Text Font Color

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

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


#f989eb Background Color

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

This div background color is #f989eb


#f989eb Border Color

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

This div border color is #f989eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,137,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f989eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f989eb;
  -webkit-box-shadow: 1px 1px 3px 2px #f989eb;
  box-shadow:         1px 1px 3px 2px #f989eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,137,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989eb


Comments

No comments written yet.

Please login to write comment.