Color Hex Logo

#f580e3 Color Hex

#F580E3
(245,128,227)
0 Favorites   0 Comments

Color spaces of #f580e3

RGB 245128227
HSL0.860.850.73
HSV309°48°96°
CMYK 0.000.480.07   0.04
XYZ59.240540.396977.3481
Yxy40.39690.33470.2282
Hunter Lab63.558655.1456-27.6625
CIE-Lab69.751357.4829-30.6070

#f580e3 color RGB value is (245,128,227).

#f580e3 hex color red value is 245, green value is 128 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #f580e3 hue: 0.86 , saturation: 0.85 and the lightness value of f580e3 is 0.73.

The process color (four color CMYK) of #f580e3 color hex is 0.00, 0.48, 0.07, 0.04. Web safe color of #f580e3 is #ff99cc. Color #f580e3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 11100011
Octal 365 200 343
Decimal 245 128 227
Hex F5 80 E3

RGB Percentages of Color #f580e3

%40.83
%21.33
%37.83

CMYK Percentages of Color #f580e3

%0
%48
%7
%4

Triadic Colors of #f580e3

#f580e3 #e3f580 #80e3f5

Analogous Colors of #f580e3

#f580e3 #f580a9 #cd80f5

Monochromatic Colors of #f580e3

#f580e3

Complementary Color

#f580e3 #80f592

#f580e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f580e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f580e3 Color CSS Codes

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

#f580e3 Text Font Color

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

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


#f580e3 Background Color

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

This div background color is #f580e3


#f580e3 Border Color

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

This div border color is #f580e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f580e3


Comments

No comments written yet.

Please login to write comment.