Color Hex Logo

#f00580 Color Hex

#F00580
(240,5,128)
0 Favorites   0 Comments

Color spaces of #f00580

RGB 2405128
HSL0.910.960.48
HSV329°98°94°
CMYK 0.000.980.47   0.06
XYZ39.885720.192322.2174
Yxy20.19230.48470.2454
Hunter Lab44.935879.80142.1406
CIE-Lab52.053981.0012-0.4102

#f00580 color RGB value is (240,5,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 10000000
Octal 360 5 200
Decimal 240 5 128
Hex F0 5 80

RGB Percentages of Color #f00580

%64.34
%1.34
%34.32

CMYK Percentages of Color #f00580

%0
%98
%47
%6

Triadic Colors of #f00580

#f00580 #80f005 #0580f0

Analogous Colors of #f00580

#f00580 #f0050a #eb05f0

Monochromatic Colors of #f00580

#f00580

Complementary Color

#f00580 #05f075

#f00580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00580 Color CSS Codes

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

#f00580 Text Font Color

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

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


#f00580 Background Color

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

This div background color is #f00580


#f00580 Border Color

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

This div border color is #f00580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00580


Comments

No comments written yet.

Please login to write comment.