Color Hex Logo

#f988ef Color Hex

#F988EF
(249,136,239)
0 Favorites   0 Comments

Color spaces of #f988ef

RGB 249136239
HSL0.850.900.75
HSV305°45°98°
CMYK 0.000.450.04   0.02
XYZ63.451143.980186.8061
Yxy43.98010.32670.2264
Hunter Lab66.317554.7292-31.1852
CIE-Lab72.215256.7508-33.3548

#f988ef color RGB value is (249,136,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001000 11101111
Octal 371 210 357
Decimal 249 136 239
Hex F9 88 EF

RGB Percentages of Color #f988ef

%39.90
%21.79
%38.30

CMYK Percentages of Color #f988ef

%0
%45
%4
%2

Triadic Colors of #f988ef

#f988ef #eff988 #88eff9

Analogous Colors of #f988ef

#f988ef #f988b7 #cb88f9

Monochromatic Colors of #f988ef

#f988ef

Complementary Color

#f988ef #88f992

#f988ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f988ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f988ef Color CSS Codes

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

#f988ef Text Font Color

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

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


#f988ef Background Color

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

This div background color is #f988ef


#f988ef Border Color

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

This div border color is #f988ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f988ef


Comments

No comments written yet.

Please login to write comment.