Color Hex Logo

#f590cd Color Hex

#F590CD
(245,144,205)
0 Favorites   0 Comments

Color spaces of #f590cd

RGB 245144205
HSL0.900.830.76
HSV324°41°96°
CMYK 0.000.410.16   0.04
XYZ58.648943.766863.1143
Yxy43.76680.35430.2644
Hunter Lab66.156542.4696-10.2540
CIE-Lab72.072446.0518-14.9088

#f590cd color RGB value is (245,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 11001101
Octal 365 220 315
Decimal 245 144 205
Hex F5 90 CD

RGB Percentages of Color #f590cd

%41.25
%24.24
%34.51

CMYK Percentages of Color #f590cd

%0
%41
%16
%4

Triadic Colors of #f590cd

#f590cd #cdf590 #90cdf5

Analogous Colors of #f590cd

#f590cd #f5909b #eb90f5

Monochromatic Colors of #f590cd

#f590cd

Complementary Color

#f590cd #90f5b8

#f590cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590cd Color CSS Codes

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

#f590cd Text Font Color

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

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


#f590cd Background Color

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

This div background color is #f590cd


#f590cd Border Color

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

This div border color is #f590cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590cd


Comments

No comments written yet.

Please login to write comment.