Color Hex Logo

#f590ea Color Hex

#F590EA
(245,144,234)
0 Favorites   0 Comments

Color spaces of #f590ea

RGB 245144234
HSL0.850.830.76
HSV307°41°96°
CMYK 0.000.410.04   0.04
XYZ62.480745.299583.2925
Yxy45.29950.32700.2371
Hunter Lab67.304947.9221-26.2603
CIE-Lab73.088750.7467-29.3121

#f590ea color RGB value is (245,144,234).

#f590ea hex color red value is 245, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f590ea hue: 0.85 , saturation: 0.83 and the lightness value of f590ea is 0.76.

The process color (four color CMYK) of #f590ea color hex is 0.00, 0.41, 0.04, 0.04. Web safe color of #f590ea is #ff99ff. Color #f590ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 11101010
Octal 365 220 352
Decimal 245 144 234
Hex F5 90 EA

RGB Percentages of Color #f590ea

%39.33
%23.11
%37.56

CMYK Percentages of Color #f590ea

%0
%41
%4
%4

Triadic Colors of #f590ea

#f590ea #eaf590 #90eaf5

Analogous Colors of #f590ea

#f590ea #f590b8 #ce90f5

Monochromatic Colors of #f590ea

#f590ea

Complementary Color

#f590ea #90f59b

#f590ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590ea Color CSS Codes

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

#f590ea Text Font Color

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

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


#f590ea Background Color

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

This div background color is #f590ea


#f590ea Border Color

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

This div border color is #f590ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590ea


Comments

No comments written yet.

Please login to write comment.