Color Hex Logo

#f04dba Color Hex

#F04DBA
(240,77,186)
0 Favorites   0 Comments

Color spaces of #f04dba

RGB 24077186
HSL0.890.840.62
HSV320°68°94°
CMYK 0.000.680.23   0.06
XYZ47.452027.378249.2379
Yxy27.37820.38250.2207
Hunter Lab52.324270.3116-19.1659
CIE-Lab59.322871.9840-23.6454

#f04dba color RGB value is (240,77,186).

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

The process color (four color CMYK) of #f04dba color hex is 0.00, 0.68, 0.23, 0.06. Web safe color of #f04dba is #ff66cc. Color #f04dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001101 10111010
Octal 360 115 272
Decimal 240 77 186
Hex F0 4D BA

RGB Percentages of Color #f04dba

%47.71
%15.31
%36.98

CMYK Percentages of Color #f04dba

%0
%68
%23
%6

Triadic Colors of #f04dba

#f04dba #baf04d #4dbaf0

Analogous Colors of #f04dba

#f04dba #f04d69 #d54df0

Monochromatic Colors of #f04dba

#f04dba

Complementary Color

#f04dba #4df083

#f04dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04dba Color CSS Codes

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

#f04dba Text Font Color

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

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


#f04dba Background Color

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

This div background color is #f04dba


#f04dba Border Color

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

This div border color is #f04dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04dba


Comments

No comments written yet.

Please login to write comment.