Color Hex Logo

#f593de Color Hex

#F593DE
(245,147,222)
0 Favorites   0 Comments

Color spaces of #f593de

RGB 245147222
HSL0.870.830.77
HSV314°40°96°
CMYK 0.000.400.09   0.04
XYZ61.274745.553874.6705
Yxy45.55380.33760.2510
Hunter Lab67.493643.9393-18.3491
CIE-Lab73.255147.2141-22.4826

#f593de color RGB value is (245,147,222).

#f593de hex color red value is 245, green value is 147 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f593de hue: 0.87 , saturation: 0.83 and the lightness value of f593de is 0.77.

The process color (four color CMYK) of #f593de color hex is 0.00, 0.40, 0.09, 0.04. Web safe color of #f593de is #ff99cc. Color #f593de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010011 11011110
Octal 365 223 336
Decimal 245 147 222
Hex F5 93 DE

RGB Percentages of Color #f593de

%39.90
%23.94
%36.16

CMYK Percentages of Color #f593de

%0
%40
%9
%4

Triadic Colors of #f593de

#f593de #def593 #93def5

Analogous Colors of #f593de

#f593de #f593ad #db93f5

Monochromatic Colors of #f593de

#f593de

Complementary Color

#f593de #93f5aa

#f593de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f593de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f593de Color CSS Codes

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

#f593de Text Font Color

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

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


#f593de Background Color

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

This div background color is #f593de


#f593de Border Color

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

This div border color is #f593de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f593de

Related Colors


Comments

No comments written yet.

Please login to write comment.