Color Hex Logo

#f582fa Color Hex

#F582FA
(245,130,250)
0 Favorites   0 Comments

Color spaces of #f582fa

RGB 245130250
HSL0.830.920.75
HSV298°48°98°
CMYK 0.020.480.00   0.02
XYZ62.894142.279995.2884
Yxy42.27990.31370.2109
Hunter Lab65.023058.8655-41.3708
CIE-Lab71.063560.4327-41.1942

#f582fa color RGB value is (245,130,250).

#f582fa hex color red value is 245, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f582fa hue: 0.83 , saturation: 0.92 and the lightness value of f582fa is 0.75.

The process color (four color CMYK) of #f582fa color hex is 0.02, 0.48, 0.00, 0.02. Web safe color of #f582fa is #ff99ff. Color #f582fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 11111010
Octal 365 202 372
Decimal 245 130 250
Hex F5 82 FA

RGB Percentages of Color #f582fa

%39.20
%20.80
%40.00

CMYK Percentages of Color #f582fa

%2
%48
%0
%2

Triadic Colors of #f582fa

#f582fa #faf582 #82faf5

Analogous Colors of #f582fa

#f582fa #fa82c3 #b982fa

Monochromatic Colors of #f582fa

#f582fa

Complementary Color

#f582fa #87fa82

#f582fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582fa Color CSS Codes

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

#f582fa Text Font Color

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

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


#f582fa Background Color

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

This div background color is #f582fa


#f582fa Border Color

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

This div border color is #f582fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582fa


Comments

No comments written yet.

Please login to write comment.