Color Hex Logo

#f590fe Color Hex

#F590FE
(245,144,254)
0 Favorites   0 Comments

Color spaces of #f590fe

RGB 245144254
HSL0.820.980.78
HSV295°43°100°
CMYK 0.040.430.00   0.00
XYZ65.518846.514899.2910
Yxy46.51480.31000.2201
Hunter Lab68.201852.1250-38.5757
CIE-Lab73.878354.2782-38.9829

#f590fe color RGB value is (245,144,254).

#f590fe hex color red value is 245, green value is 144 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f590fe hue: 0.82 , saturation: 0.98 and the lightness value of f590fe is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 11111110
Octal 365 220 376
Decimal 245 144 254
Hex F5 90 FE

RGB Percentages of Color #f590fe

%38.10
%22.40
%39.50

CMYK Percentages of Color #f590fe

%4
%43
%0
%0

Triadic Colors of #f590fe

#f590fe #fef590 #90fef5

Analogous Colors of #f590fe

#f590fe #fe90d0 #be90fe

Monochromatic Colors of #f590fe

#f590fe

Complementary Color

#f590fe #99fe90

#f590fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590fe Color CSS Codes

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

#f590fe Text Font Color

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

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


#f590fe Background Color

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

This div background color is #f590fe


#f590fe Border Color

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

This div border color is #f590fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590fe

Related Colors


Comments

No comments written yet.

Please login to write comment.