Color Hex Logo

#f580dc Color Hex

#F580DC
(245,128,220)
0 Favorites   0 Comments

Color spaces of #f580dc

RGB 245128220
HSL0.870.850.73
HSV313°48°96°
CMYK 0.000.480.10   0.04
XYZ58.293640.018172.3620
Yxy40.01810.34150.2345
Hunter Lab63.259953.7820-23.5390
CIE-Lab69.482456.3540-27.1506

#f580dc color RGB value is (245,128,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 11011100
Octal 365 200 334
Decimal 245 128 220
Hex F5 80 DC

RGB Percentages of Color #f580dc

%41.32
%21.59
%37.10

CMYK Percentages of Color #f580dc

%0
%48
%10
%4

Triadic Colors of #f580dc

#f580dc #dcf580 #80dcf5

Analogous Colors of #f580dc

#f580dc #f580a2 #d480f5

Monochromatic Colors of #f580dc

#f580dc

Complementary Color

#f580dc #80f599

#f580dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f580dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f580dc Color CSS Codes

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

#f580dc Text Font Color

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

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


#f580dc Background Color

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

This div background color is #f580dc


#f580dc Border Color

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

This div border color is #f580dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f580dc


Comments

No comments written yet.

Please login to write comment.