Color Hex Logo

#f589ff Color Hex

#F589FF
(245,137,255)
0 Favorites   0 Comments

Color spaces of #f589ff

RGB 245137255
HSL0.821.000.77
HSV295°46°100°
CMYK 0.040.460.00   0.00
XYZ64.651844.523899.7942
Yxy44.52380.30940.2131
Hunter Lab66.726256.1801-41.9645
CIE-Lab72.577257.9296-41.5533

#f589ff color RGB value is (245,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 11111111
Octal 365 211 377
Decimal 245 137 255
Hex F5 89 FF

RGB Percentages of Color #f589ff

%38.46
%21.51
%40.03

CMYK Percentages of Color #f589ff

%4
%46
%0
%0

Triadic Colors of #f589ff

#f589ff #fff589 #89fff5

Analogous Colors of #f589ff

#f589ff #ff89ce #ba89ff

Monochromatic Colors of #f589ff

#f589ff

Complementary Color

#f589ff #93ff89

#f589ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f589ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f589ff Color CSS Codes

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

#f589ff Text Font Color

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

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


#f589ff Background Color

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

This div background color is #f589ff


#f589ff Border Color

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

This div border color is #f589ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f589ff


Comments

No comments written yet.

Please login to write comment.