Color Hex Logo

#f590ce Color Hex

#F590CE
(245,144,206)
0 Favorites   0 Comments

Color spaces of #f590ce

RGB 245144206
HSL0.900.830.76
HSV323°41°96°
CMYK 0.000.410.16   0.04
XYZ58.770043.815263.7522
Yxy43.81520.35330.2634
Hunter Lab66.193142.6447-10.7686
CIE-Lab72.104846.2047-15.4128

#f590ce color RGB value is (245,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 11001110
Octal 365 220 316
Decimal 245 144 206
Hex F5 90 CE

RGB Percentages of Color #f590ce

%41.18
%24.20
%34.62

CMYK Percentages of Color #f590ce

%0
%41
%16
%4

Triadic Colors of #f590ce

#f590ce #cef590 #90cef5

Analogous Colors of #f590ce

#f590ce #f5909c #ea90f5

Monochromatic Colors of #f590ce

#f590ce

Complementary Color

#f590ce #90f5b7

#f590ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590ce Color CSS Codes

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

#f590ce Text Font Color

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

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


#f590ce Background Color

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

This div background color is #f590ce


#f590ce Border Color

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

This div border color is #f590ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590ce


Comments

No comments written yet.

Please login to write comment.