Color Hex Logo

#f089ed Color Hex

#F089ED
(240,137,237)
0 Favorites   0 Comments

Color spaces of #f089ed

RGB 240137237
HSL0.840.770.74
HSV302°43°94°
CMYK 0.000.430.01   0.06
XYZ60.166942.531085.1589
Yxy42.53100.32030.2264
Hunter Lab65.215850.5532-31.7699
CIE-Lab71.235553.3003-33.8634

#f089ed color RGB value is (240,137,237).

#f089ed hex color red value is 240, green value is 137 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f089ed hue: 0.84 , saturation: 0.77 and the lightness value of f089ed is 0.74.

The process color (four color CMYK) of #f089ed color hex is 0.00, 0.43, 0.01, 0.06. Web safe color of #f089ed is #ff99ff. Color #f089ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 11101101
Octal 360 211 355
Decimal 240 137 237
Hex F0 89 ED

RGB Percentages of Color #f089ed

%39.09
%22.31
%38.60

CMYK Percentages of Color #f089ed

%0
%43
%1
%6

Triadic Colors of #f089ed

#f089ed #edf089 #89edf0

Analogous Colors of #f089ed

#f089ed #f089ba #c089f0

Monochromatic Colors of #f089ed

#f089ed

Complementary Color

#f089ed #89f08c

#f089ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089ed Color CSS Codes

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

#f089ed Text Font Color

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

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


#f089ed Background Color

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

This div background color is #f089ed


#f089ed Border Color

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

This div border color is #f089ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089ed


Comments

No comments written yet.

Please login to write comment.