Color Hex Logo

#f988eb Color Hex

#F988EB
(249,136,235)
0 Favorites   0 Comments

Color spaces of #f988eb

RGB 249136235
HSL0.850.900.75
HSV307°45°98°
CMYK 0.000.450.06   0.02
XYZ62.866543.746283.7277
Yxy43.74620.33030.2298
Hunter Lab66.140953.9165-28.7565
CIE-Lab72.058556.0799-31.4063

#f988eb color RGB value is (249,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001000 11101011
Octal 371 210 353
Decimal 249 136 235
Hex F9 88 EB

RGB Percentages of Color #f988eb

%40.16
%21.94
%37.90

CMYK Percentages of Color #f988eb

%0
%45
%6
%2

Triadic Colors of #f988eb

#f988eb #ebf988 #88ebf9

Analogous Colors of #f988eb

#f988eb #f988b3 #cf88f9

Monochromatic Colors of #f988eb

#f988eb

Complementary Color

#f988eb #88f996

#f988eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f988eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f988eb Color CSS Codes

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

#f988eb Text Font Color

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

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


#f988eb Background Color

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

This div background color is #f988eb


#f988eb Border Color

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

This div border color is #f988eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f988eb


Comments

No comments written yet.

Please login to write comment.