Color Hex Logo

#f0058a Color Hex

#F0058A
(240,5,138)
0 Favorites   0 Comments

Color spaces of #f0058a

RGB 2405138
HSL0.910.960.48
HSV326°98°94°
CMYK 0.000.980.43   0.06
XYZ40.576920.468825.8570
Yxy20.46880.46690.2355
Hunter Lab45.242580.9182-2.2157
CIE-Lab52.363281.8184-5.9844

#f0058a color RGB value is (240,5,138).

#f0058a hex color red value is 240, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f0058a hue: 0.91 , saturation: 0.96 and the lightness value of f0058a is 0.48.

The process color (four color CMYK) of #f0058a color hex is 0.00, 0.98, 0.43, 0.06. Web safe color of #f0058a is #ff0099. Color #f0058a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 10001010
Octal 360 5 212
Decimal 240 5 138
Hex F0 5 8A

RGB Percentages of Color #f0058a

%62.66
%1.31
%36.03

CMYK Percentages of Color #f0058a

%0
%98
%43
%6

Triadic Colors of #f0058a

#f0058a #8af005 #058af0

Analogous Colors of #f0058a

#f0058a #f00514 #e105f0

Monochromatic Colors of #f0058a

#f0058a

Complementary Color

#f0058a #05f06b

#f0058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0058a Color CSS Codes

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

#f0058a Text Font Color

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

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


#f0058a Background Color

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

This div background color is #f0058a


#f0058a Border Color

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

This div border color is #f0058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0058a


Comments

No comments written yet.

Please login to write comment.