Color Hex Logo

#f580fd Color Hex

#F580FD
(245,128,253)
0 Favorites   0 Comments

Color spaces of #f580fd

RGB 245128253
HSL0.820.970.75
HSV296°49°99°
CMYK 0.030.490.00   0.01
XYZ63.105041.942797.6983
Yxy41.94270.31130.2069
Hunter Lab64.763260.5941-44.1075
CIE-Lab70.831461.9195-43.1937

#f580fd color RGB value is (245,128,253).

#f580fd hex color red value is 245, green value is 128 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f580fd hue: 0.82 , saturation: 0.97 and the lightness value of f580fd is 0.75.

The process color (four color CMYK) of #f580fd color hex is 0.03, 0.49, 0.00, 0.01. Web safe color of #f580fd is #ff99ff. Color #f580fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 11111101
Octal 365 200 375
Decimal 245 128 253
Hex F5 80 FD

RGB Percentages of Color #f580fd

%39.14
%20.45
%40.42

CMYK Percentages of Color #f580fd

%3
%49
%0
%1

Triadic Colors of #f580fd

#f580fd #fdf580 #80fdf5

Analogous Colors of #f580fd

#f580fd #fd80c7 #b780fd

Monochromatic Colors of #f580fd

#f580fd

Complementary Color

#f580fd #88fd80

#f580fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f580fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f580fd Color CSS Codes

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

#f580fd Text Font Color

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

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


#f580fd Background Color

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

This div background color is #f580fd


#f580fd Border Color

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

This div border color is #f580fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f580fd

Related Colors


Comments

No comments written yet.

Please login to write comment.