Color Hex Logo

#f94dda Color Hex

#F94DDA
(249,77,218)
0 Favorites   0 Comments

Color spaces of #f94dda

RGB 24977218
HSL0.860.930.64
HSV311°69°98°
CMYK 0.000.690.12   0.02
XYZ54.375730.509469.3527
Yxy30.50940.35250.1978
Hunter Lab55.235379.0602-35.7790
CIE-Lab62.091378.4736-37.4401

#f94dda color RGB value is (249,77,218).

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

The process color (four color CMYK) of #f94dda color hex is 0.00, 0.69, 0.12, 0.02. Web safe color of #f94dda is #ff66cc. Color #f94dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001101 11011010
Octal 371 115 332
Decimal 249 77 218
Hex F9 4D DA

RGB Percentages of Color #f94dda

%45.77
%14.15
%40.07

CMYK Percentages of Color #f94dda

%0
%69
%12
%2

Triadic Colors of #f94dda

#f94dda #daf94d #4ddaf9

Analogous Colors of #f94dda

#f94dda #f94d84 #c24df9

Monochromatic Colors of #f94dda

#f94dda

Complementary Color

#f94dda #4df96c

#f94dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94dda Color CSS Codes

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

#f94dda Text Font Color

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

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


#f94dda Background Color

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

This div background color is #f94dda


#f94dda Border Color

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

This div border color is #f94dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94dda


Comments

No comments written yet.

Please login to write comment.