Color Hex Logo

#f091ee Color Hex

#F091EE
(240,145,238)
0 Favorites   0 Comments

Color spaces of #f091ee

RGB 240145238
HSL0.840.760.75
HSV301°40°94°
CMYK 0.000.400.01   0.06
XYZ61.493244.949186.3239
Yxy44.94910.31900.2332
Hunter Lab67.044146.3940-29.4091
CIE-Lab72.858449.4368-31.9018

#f091ee color RGB value is (240,145,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 11101110
Octal 360 221 356
Decimal 240 145 238
Hex F0 91 EE

RGB Percentages of Color #f091ee

%38.52
%23.27
%38.20

CMYK Percentages of Color #f091ee

%0
%40
%1
%6

Triadic Colors of #f091ee

#f091ee #eef091 #91eef0

Analogous Colors of #f091ee

#f091ee #f091bf #c391f0

Monochromatic Colors of #f091ee

#f091ee

Complementary Color

#f091ee #91f093

#f091ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091ee Color CSS Codes

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

#f091ee Text Font Color

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

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


#f091ee Background Color

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

This div background color is #f091ee


#f091ee Border Color

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

This div border color is #f091ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091ee


Comments

No comments written yet.

Please login to write comment.