Color Hex Logo

#f595de Color Hex

#F595DE
(245,149,222)
0 Favorites   0 Comments

Color spaces of #f595de

RGB 245149222
HSL0.870.830.77
HSV314°39°96°
CMYK 0.000.390.09   0.04
XYZ61.588546.181374.7751
Yxy46.18130.33740.2530
Hunter Lab67.956842.8481-17.6689
CIE-Lab73.663046.1917-21.8616

#f595de color RGB value is (245,149,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010101 11011110
Octal 365 225 336
Decimal 245 149 222
Hex F5 95 DE

RGB Percentages of Color #f595de

%39.77
%24.19
%36.04

CMYK Percentages of Color #f595de

%0
%39
%9
%4

Triadic Colors of #f595de

#f595de #def595 #95def5

Analogous Colors of #f595de

#f595de #f595ae #dc95f5

Monochromatic Colors of #f595de

#f595de

Complementary Color

#f595de #95f5ac

#f595de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f595de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f595de Color CSS Codes

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

#f595de Text Font Color

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

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


#f595de Background Color

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

This div background color is #f595de


#f595de Border Color

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

This div border color is #f595de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,149,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 #f595de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f595de


Comments

No comments written yet.

Please login to write comment.