Color Hex Logo

#f90eab Color Hex

#F90EAB
(249,14,171)
0 Favorites   0 Comments

Color spaces of #f90eab

RGB 24914171
HSL0.890.950.52
HSV320°94°98°
CMYK 0.000.940.31   0.02
XYZ46.574623.394140.5888
Yxy23.39410.42130.2116
Hunter Lab48.367487.2405-15.8975
CIE-Lab55.476086.1051-20.7046

#f90eab color RGB value is (249,14,171).

#f90eab hex color red value is 249, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f90eab hue: 0.89 , saturation: 0.95 and the lightness value of f90eab is 0.52.

The process color (four color CMYK) of #f90eab color hex is 0.00, 0.94, 0.31, 0.02. Web safe color of #f90eab is #ff0099. Color #f90eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001110 10101011
Octal 371 16 253
Decimal 249 14 171
Hex F9 E AB

RGB Percentages of Color #f90eab

%57.37
%3.23
%39.40

CMYK Percentages of Color #f90eab

%0
%94
%31
%2

Triadic Colors of #f90eab

#f90eab #abf90e #0eabf9

Analogous Colors of #f90eab

#f90eab #f90e35 #d20ef9

Monochromatic Colors of #f90eab

#f90eab

Complementary Color

#f90eab #0ef95c

#f90eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90eab Color CSS Codes

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

#f90eab Text Font Color

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

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


#f90eab Background Color

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

This div background color is #f90eab


#f90eab Border Color

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

This div border color is #f90eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90eab


Comments

No comments written yet.

Please login to write comment.