Color Hex Logo

#f590da Color Hex

#F590DA
(245,144,218)
0 Favorites   0 Comments

Color spaces of #f590da

RGB 245144218
HSL0.880.830.76
HSV316°41°96°
CMYK 0.000.410.11   0.04
XYZ60.284344.421071.7264
Yxy44.42100.34170.2518
Hunter Lab66.649144.8179-17.1523
CIE-Lab72.509048.0901-21.4198

#f590da color RGB value is (245,144,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 11011010
Octal 365 220 332
Decimal 245 144 218
Hex F5 90 DA

RGB Percentages of Color #f590da

%40.36
%23.72
%35.91

CMYK Percentages of Color #f590da

%0
%41
%11
%4

Triadic Colors of #f590da

#f590da #daf590 #90daf5

Analogous Colors of #f590da

#f590da #f590a8 #de90f5

Monochromatic Colors of #f590da

#f590da

Complementary Color

#f590da #90f5ab

#f590da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590da Color CSS Codes

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

#f590da Text Font Color

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

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


#f590da Background Color

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

This div background color is #f590da


#f590da Border Color

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

This div border color is #f590da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590da


Comments

No comments written yet.

Please login to write comment.