Color Hex Logo

#f94bdd Color Hex

#F94BDD
(249,75,221)
0 Favorites   0 Comments

Color spaces of #f94bdd

RGB 24975221
HSL0.860.940.64
HSV310°70°98°
CMYK 0.000.700.11   0.02
XYZ54.634130.392371.3934
Yxy30.39230.34930.1943
Hunter Lab55.129280.4208-38.1913
CIE-Lab61.991279.5613-39.2841

#f94bdd color RGB value is (249,75,221).

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

The process color (four color CMYK) of #f94bdd color hex is 0.00, 0.70, 0.11, 0.02. Web safe color of #f94bdd is #ff33cc. Color #f94bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001011 11011101
Octal 371 113 335
Decimal 249 75 221
Hex F9 4B DD

RGB Percentages of Color #f94bdd

%45.69
%13.76
%40.55

CMYK Percentages of Color #f94bdd

%0
%70
%11
%2

Triadic Colors of #f94bdd

#f94bdd #ddf94b #4bddf9

Analogous Colors of #f94bdd

#f94bdd #f94b86 #be4bf9

Monochromatic Colors of #f94bdd

#f94bdd

Complementary Color

#f94bdd #4bf967

#f94bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94bdd Color CSS Codes

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

#f94bdd Text Font Color

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

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


#f94bdd Background Color

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

This div background color is #f94bdd


#f94bdd Border Color

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

This div border color is #f94bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94bdd


Comments

No comments written yet.

Please login to write comment.