Color Hex Logo

#f04384 Color Hex

#F04384
(240,67,132)
0 Favorites   0 Comments

Color spaces of #f04384

RGB 24067132
HSL0.940.850.60
HSV337°72°94°
CMYK 0.000.720.45   0.06
XYZ42.107224.205524.2826
Yxy24.20550.46480.2672
Hunter Lab49.199166.67145.1763
CIE-Lab56.293069.55423.3577

#f04384 color RGB value is (240,67,132).

#f04384 hex color red value is 240, green value is 67 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f04384 hue: 0.94 , saturation: 0.85 and the lightness value of f04384 is 0.60.

The process color (four color CMYK) of #f04384 color hex is 0.00, 0.72, 0.45, 0.06. Web safe color of #f04384 is #ff3399. Color #f04384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 10000100
Octal 360 103 204
Decimal 240 67 132
Hex F0 43 84

RGB Percentages of Color #f04384

%54.67
%15.26
%30.07

CMYK Percentages of Color #f04384

%0
%72
%45
%6

Triadic Colors of #f04384

#f04384 #84f043 #4384f0

Analogous Colors of #f04384

#f04384 #f05943 #f043db

Monochromatic Colors of #f04384

#f04384

Complementary Color

#f04384 #43f0af

#f04384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04384 Color CSS Codes

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

#f04384 Text Font Color

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

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


#f04384 Background Color

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

This div background color is #f04384


#f04384 Border Color

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

This div border color is #f04384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04384


Comments

No comments written yet.

Please login to write comment.