Color Hex Logo

#f90dda Color Hex

#F90DDA
(249,13,218)
0 Favorites   0 Comments

Color spaces of #f90dda

RGB 24913218
HSL0.860.950.51
HSV308°95°98°
CMYK 0.000.950.12   0.02
XYZ51.865725.489568.5160
Yxy25.48950.35560.1747
Hunter Lab50.487195.0215-45.1214
CIE-Lab57.549391.5637-44.5764

#f90dda color RGB value is (249,13,218).

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

The process color (four color CMYK) of #f90dda color hex is 0.00, 0.95, 0.12, 0.02. Web safe color of #f90dda is #ff00cc. Color #f90dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001101 11011010
Octal 371 15 332
Decimal 249 13 218
Hex F9 D DA

RGB Percentages of Color #f90dda

%51.88
%2.71
%45.42

CMYK Percentages of Color #f90dda

%0
%95
%12
%2

Triadic Colors of #f90dda

#f90dda #daf90d #0ddaf9

Analogous Colors of #f90dda

#f90dda #f90d64 #a20df9

Monochromatic Colors of #f90dda

#f90dda

Complementary Color

#f90dda #0df92c

#f90dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90dda Color CSS Codes

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

#f90dda Text Font Color

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

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


#f90dda Background Color

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

This div background color is #f90dda


#f90dda Border Color

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

This div border color is #f90dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90dda


Comments

No comments written yet.

Please login to write comment.