Color Hex Logo

#f580de Color Hex

#F580DE
(245,128,222)
0 Favorites   0 Comments

Color spaces of #f580de

RGB 245128222
HSL0.870.850.73
HSV312°48°96°
CMYK 0.000.480.09   0.04
XYZ58.560240.124773.7656
Yxy40.12470.33960.2327
Hunter Lab63.344154.1672-24.7037
CIE-Lab69.558356.6737-28.1411

#f580de color RGB value is (245,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 11011110
Octal 365 200 336
Decimal 245 128 222
Hex F5 80 DE

RGB Percentages of Color #f580de

%41.18
%21.51
%37.31

CMYK Percentages of Color #f580de

%0
%48
%9
%4

Triadic Colors of #f580de

#f580de #def580 #80def5

Analogous Colors of #f580de

#f580de #f580a4 #d280f5

Monochromatic Colors of #f580de

#f580de

Complementary Color

#f580de #80f597

#f580de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f580de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f580de Color CSS Codes

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

#f580de Text Font Color

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

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


#f580de Background Color

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

This div background color is #f580de


#f580de Border Color

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

This div border color is #f580de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f580de


Comments

No comments written yet.

Please login to write comment.