Color Hex Logo

#f091ed Color Hex

#F091ED
(240,145,237)
0 Favorites   0 Comments

Color spaces of #f091ed

RGB 240145237
HSL0.840.760.75
HSV302°40°94°
CMYK 0.000.400.01   0.06
XYZ61.346644.890585.5522
Yxy44.89050.31990.2341
Hunter Lab67.000446.1868-28.8066
CIE-Lab72.819749.2594-31.4152

#f091ed color RGB value is (240,145,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 11101101
Octal 360 221 355
Decimal 240 145 237
Hex F0 91 ED

RGB Percentages of Color #f091ed

%38.59
%23.31
%38.10

CMYK Percentages of Color #f091ed

%0
%40
%1
%6

Triadic Colors of #f091ed

#f091ed #edf091 #91edf0

Analogous Colors of #f091ed

#f091ed #f091be #c491f0

Monochromatic Colors of #f091ed

#f091ed

Complementary Color

#f091ed #91f094

#f091ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091ed Color CSS Codes

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

#f091ed Text Font Color

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

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


#f091ed Background Color

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

This div background color is #f091ed


#f091ed Border Color

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

This div border color is #f091ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091ed


Comments

No comments written yet.

Please login to write comment.