Color Hex Logo

#f98bef Color Hex

#F98BEF
(249,139,239)
0 Favorites   0 Comments

Color spaces of #f98bef

RGB 249139239
HSL0.850.900.76
HSV305°44°98°
CMYK 0.000.440.04   0.02
XYZ63.879544.837086.9489
Yxy44.83700.32650.2292
Hunter Lab66.960453.1062-30.1164
CIE-Lab72.784455.2785-32.4750

#f98bef color RGB value is (249,139,239).

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

The process color (four color CMYK) of #f98bef color hex is 0.00, 0.44, 0.04, 0.02. Web safe color of #f98bef is #ff99ff. Color #f98bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001011 11101111
Octal 371 213 357
Decimal 249 139 239
Hex F9 8B EF

RGB Percentages of Color #f98bef

%39.71
%22.17
%38.12

CMYK Percentages of Color #f98bef

%0
%44
%4
%2

Triadic Colors of #f98bef

#f98bef #eff98b #8beff9

Analogous Colors of #f98bef

#f98bef #f98bb8 #cc8bf9

Monochromatic Colors of #f98bef

#f98bef

Complementary Color

#f98bef #8bf995

#f98bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98bef Color CSS Codes

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

#f98bef Text Font Color

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

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


#f98bef Background Color

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

This div background color is #f98bef


#f98bef Border Color

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

This div border color is #f98bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98bef

Related Colors


Comments

No comments written yet.

Please login to write comment.