Color Hex Logo

#f589fc Color Hex

#F589FC
(245,137,252)
0 Favorites   0 Comments

Color spaces of #f589fc

RGB 245137252
HSL0.820.950.76
HSV296°46°99°
CMYK 0.030.460.00   0.01
XYZ64.172544.332197.2701
Yxy44.33210.31190.2154
Hunter Lab66.582455.5203-40.0091
CIE-Lab72.449957.3890-40.1209

#f589fc color RGB value is (245,137,252).

#f589fc hex color red value is 245, green value is 137 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f589fc hue: 0.82 , saturation: 0.95 and the lightness value of f589fc is 0.76.

The process color (four color CMYK) of #f589fc color hex is 0.03, 0.46, 0.00, 0.01. Web safe color of #f589fc is #ff99ff. Color #f589fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 11111100
Octal 365 211 374
Decimal 245 137 252
Hex F5 89 FC

RGB Percentages of Color #f589fc

%38.64
%21.61
%39.75

CMYK Percentages of Color #f589fc

%3
%46
%0
%1

Triadic Colors of #f589fc

#f589fc #fcf589 #89fcf5

Analogous Colors of #f589fc

#f589fc #fc89ca #bc89fc

Monochromatic Colors of #f589fc

#f589fc

Complementary Color

#f589fc #90fc89

#f589fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f589fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f589fc Color CSS Codes

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

#f589fc Text Font Color

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

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


#f589fc Background Color

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

This div background color is #f589fc


#f589fc Border Color

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

This div border color is #f589fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f589fc

Related Colors


Comments

No comments written yet.

Please login to write comment.