Color Hex Logo

#f584fa Color Hex

#F584FA
(245,132,250)
0 Favorites   0 Comments

Color spaces of #f584fa

RGB 245132250
HSL0.830.920.75
HSV297°47°98°
CMYK 0.020.470.00   0.02
XYZ63.162842.817195.3780
Yxy42.81710.31370.2126
Hunter Lab65.434857.7914-40.6170
CIE-Lab71.430759.4696-40.6211

#f584fa color RGB value is (245,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 11111010
Octal 365 204 372
Decimal 245 132 250
Hex F5 84 FA

RGB Percentages of Color #f584fa

%39.07
%21.05
%39.87

CMYK Percentages of Color #f584fa

%2
%47
%0
%2

Triadic Colors of #f584fa

#f584fa #faf584 #84faf5

Analogous Colors of #f584fa

#f584fa #fa84c4 #ba84fa

Monochromatic Colors of #f584fa

#f584fa

Complementary Color

#f584fa #89fa84

#f584fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f584fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f584fa Color CSS Codes

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

#f584fa Text Font Color

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

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


#f584fa Background Color

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

This div background color is #f584fa


#f584fa Border Color

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

This div border color is #f584fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,132,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 #f584fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f584fa


Comments

No comments written yet.

Please login to write comment.