Color Hex Logo

#f94dba Color Hex

#F94DBA
(249,77,186)
0 Favorites   0 Comments

Color spaces of #f94dba

RGB 24977186
HSL0.890.930.64
HSV322°69°98°
CMYK 0.000.690.25   0.02
XYZ50.583728.992749.3845
Yxy28.99270.39220.2248
Hunter Lab53.844973.4604-16.6872
CIE-Lab60.775274.2644-21.2935

#f94dba color RGB value is (249,77,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001101 10111010
Octal 371 115 272
Decimal 249 77 186
Hex F9 4D BA

RGB Percentages of Color #f94dba

%48.63
%15.04
%36.33

CMYK Percentages of Color #f94dba

%0
%69
%25
%2

Triadic Colors of #f94dba

#f94dba #baf94d #4dbaf9

Analogous Colors of #f94dba

#f94dba #f94d64 #e24df9

Monochromatic Colors of #f94dba

#f94dba

Complementary Color

#f94dba #4df98c

#f94dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94dba Color CSS Codes

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

#f94dba Text Font Color

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

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


#f94dba Background Color

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

This div background color is #f94dba


#f94dba Border Color

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

This div border color is #f94dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94dba


Comments

No comments written yet.

Please login to write comment.