Color Hex Logo

#f090eb Color Hex

#F090EB
(240,144,235)
0 Favorites   0 Comments

Color spaces of #f090eb

RGB 240144235
HSL0.840.760.75
HSV303°40°94°
CMYK 0.000.400.02   0.06
XYZ60.903844.469983.9708
Yxy44.46990.32170.2349
Hunter Lab66.685846.3232-27.9780
CIE-Lab72.541549.4167-30.7508

#f090eb color RGB value is (240,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 11101011
Octal 360 220 353
Decimal 240 144 235
Hex F0 90 EB

RGB Percentages of Color #f090eb

%38.77
%23.26
%37.96

CMYK Percentages of Color #f090eb

%0
%40
%2
%6

Triadic Colors of #f090eb

#f090eb #ebf090 #90ebf0

Analogous Colors of #f090eb

#f090eb #f090bb #c590f0

Monochromatic Colors of #f090eb

#f090eb

Complementary Color

#f090eb #90f095

#f090eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f090eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f090eb Color CSS Codes

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

#f090eb Text Font Color

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

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


#f090eb Background Color

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

This div background color is #f090eb


#f090eb Border Color

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

This div border color is #f090eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f090eb


Comments

No comments written yet.

Please login to write comment.