Color Hex Logo

#f989ea Color Hex

#F989EA
(249,137,234)
0 Favorites   0 Comments

Color spaces of #f989ea

RGB 249137234
HSL0.860.900.76
HSV308°45°98°
CMYK 0.000.450.06   0.02
XYZ62.863943.971683.0160
Yxy43.97160.33110.2316
Hunter Lab66.311153.1763-27.8084
CIE-Lab72.209555.4231-30.6253

#f989ea color RGB value is (249,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11101010
Octal 371 211 352
Decimal 249 137 234
Hex F9 89 EA

RGB Percentages of Color #f989ea

%40.16
%22.10
%37.74

CMYK Percentages of Color #f989ea

%0
%45
%6
%2

Triadic Colors of #f989ea

#f989ea #eaf989 #89eaf9

Analogous Colors of #f989ea

#f989ea #f989b2 #d089f9

Monochromatic Colors of #f989ea

#f989ea

Complementary Color

#f989ea #89f998

#f989ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989ea Color CSS Codes

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

#f989ea Text Font Color

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

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


#f989ea Background Color

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

This div background color is #f989ea


#f989ea Border Color

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

This div border color is #f989ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989ea


Comments

No comments written yet.

Please login to write comment.