Color Hex Logo

#f582dd Color Hex

#F582DD
(245,130,221)
0 Favorites   0 Comments

Color spaces of #f582dd

RGB 245130221
HSL0.870.850.74
HSV313°47°96°
CMYK 0.000.470.10   0.04
XYZ58.690040.598273.1495
Yxy40.59820.34040.2354
Hunter Lab63.716752.9136-23.4657
CIE-Lab69.893555.5429-27.0727

#f582dd color RGB value is (245,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 11011101
Octal 365 202 335
Decimal 245 130 221
Hex F5 82 DD

RGB Percentages of Color #f582dd

%41.11
%21.81
%37.08

CMYK Percentages of Color #f582dd

%0
%47
%10
%4

Triadic Colors of #f582dd

#f582dd #ddf582 #82ddf5

Analogous Colors of #f582dd

#f582dd #f582a4 #d482f5

Monochromatic Colors of #f582dd

#f582dd

Complementary Color

#f582dd #82f59a

#f582dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582dd Color CSS Codes

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

#f582dd Text Font Color

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

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


#f582dd Background Color

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

This div background color is #f582dd


#f582dd Border Color

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

This div border color is #f582dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582dd


Comments

No comments written yet.

Please login to write comment.