Color Hex Logo

#f596ed Color Hex

#F596ED
(245,150,237)
0 Favorites   0 Comments

Color spaces of #f596ed

RGB 245150237
HSL0.850.830.77
HSV305°39°96°
CMYK 0.000.390.03   0.04
XYZ63.848647.339685.8930
Yxy47.33960.32400.2402
Hunter Lab68.803845.2380-25.8536
CIE-Lab74.406548.2163-28.9242

#f596ed color RGB value is (245,150,237).

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

The process color (four color CMYK) of #f596ed color hex is 0.00, 0.39, 0.03, 0.04. Web safe color of #f596ed is #ff99ff. Color #f596ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 11101101
Octal 365 226 355
Decimal 245 150 237
Hex F5 96 ED

RGB Percentages of Color #f596ed

%38.77
%23.73
%37.50

CMYK Percentages of Color #f596ed

%0
%39
%3
%4

Triadic Colors of #f596ed

#f596ed #edf596 #96edf5

Analogous Colors of #f596ed

#f596ed #f596be #ce96f5

Monochromatic Colors of #f596ed

#f596ed

Complementary Color

#f596ed #96f59e

#f596ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f596ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f596ed Color CSS Codes

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

#f596ed Text Font Color

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

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


#f596ed Background Color

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

This div background color is #f596ed


#f596ed Border Color

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

This div border color is #f596ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f596ed


Comments

No comments written yet.

Please login to write comment.