Color Hex Logo

#f04db5 Color Hex

#F04DB5
(240,77,181)
0 Favorites   0 Comments

Color spaces of #f04db5

RGB 24077181
HSL0.890.840.62
HSV322°68°94°
CMYK 0.000.680.25   0.06
XYZ46.929527.169246.4868
Yxy27.16920.38920.2253
Hunter Lab52.124169.4939-16.3909
CIE-Lab59.130671.3511-21.0627

#f04db5 color RGB value is (240,77,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001101 10110101
Octal 360 115 265
Decimal 240 77 181
Hex F0 4D B5

RGB Percentages of Color #f04db5

%48.19
%15.46
%36.35

CMYK Percentages of Color #f04db5

%0
%68
%25
%6

Triadic Colors of #f04db5

#f04db5 #b5f04d #4db5f0

Analogous Colors of #f04db5

#f04db5 #f04d64 #da4df0

Monochromatic Colors of #f04db5

#f04db5

Complementary Color

#f04db5 #4df088

#f04db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04db5 Color CSS Codes

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

#f04db5 Text Font Color

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

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


#f04db5 Background Color

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

This div background color is #f04db5


#f04db5 Border Color

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

This div border color is #f04db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04db5


Comments

No comments written yet.

Please login to write comment.