Color Hex Logo

#f04582 Color Hex

#F04582
(240,69,130)
0 Favorites   0 Comments

Color spaces of #f04582

RGB 24069130
HSL0.940.850.61
HSV339°71°94°
CMYK 0.000.710.46   0.06
XYZ42.092624.393223.6089
Yxy24.39320.46720.2708
Hunter Lab49.389565.69666.2311
CIE-Lab56.479368.70674.8112

#f04582 color RGB value is (240,69,130).

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

The process color (four color CMYK) of #f04582 color hex is 0.00, 0.71, 0.46, 0.06. Web safe color of #f04582 is #ff3399. Color #f04582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 10000010
Octal 360 105 202
Decimal 240 69 130
Hex F0 45 82

RGB Percentages of Color #f04582

%54.67
%15.72
%29.61

CMYK Percentages of Color #f04582

%0
%71
%46
%6

Triadic Colors of #f04582

#f04582 #82f045 #4582f0

Analogous Colors of #f04582

#f04582 #f05e45 #f045d8

Monochromatic Colors of #f04582

#f04582

Complementary Color

#f04582 #45f0b3

#f04582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04582 Color CSS Codes

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

#f04582 Text Font Color

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

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


#f04582 Background Color

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

This div background color is #f04582


#f04582 Border Color

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

This div border color is #f04582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04582


Comments

No comments written yet.

Please login to write comment.