Color Hex Logo

#f90dae Color Hex

#F90DAE
(249,13,174)
0 Favorites   0 Comments

Color spaces of #f90dae

RGB 24913174
HSL0.890.950.51
HSV319°95°98°
CMYK 0.000.950.30   0.02
XYZ46.850823.483642.1079
Yxy23.48360.41670.2089
Hunter Lab48.459987.7682-17.5965
CIE-Lab55.567086.4904-22.3214

#f90dae color RGB value is (249,13,174).

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

The process color (four color CMYK) of #f90dae color hex is 0.00, 0.95, 0.30, 0.02. Web safe color of #f90dae is #ff0099. Color #f90dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001101 10101110
Octal 371 15 256
Decimal 249 13 174
Hex F9 D AE

RGB Percentages of Color #f90dae

%57.11
%2.98
%39.91

CMYK Percentages of Color #f90dae

%0
%95
%30
%2

Triadic Colors of #f90dae

#f90dae #aef90d #0daef9

Analogous Colors of #f90dae

#f90dae #f90d38 #ce0df9

Monochromatic Colors of #f90dae

#f90dae

Complementary Color

#f90dae #0df958

#f90dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90dae Color CSS Codes

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

#f90dae Text Font Color

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

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


#f90dae Background Color

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

This div background color is #f90dae


#f90dae Border Color

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

This div border color is #f90dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90dae


Comments

No comments written yet.

Please login to write comment.