Color Hex Logo

#f595ee Color Hex

#F595EE
(245,149,238)
0 Favorites   0 Comments

Color spaces of #f595ee

RGB 245149238
HSL0.850.830.77
HSV304°39°96°
CMYK 0.000.390.03   0.04
XYZ63.836347.080486.6118
Yxy47.08040.32320.2383
Hunter Lab68.615245.9914-26.8102
CIE-Lab74.241248.9007-29.7233

#f595ee color RGB value is (245,149,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010101 11101110
Octal 365 225 356
Decimal 245 149 238
Hex F5 95 EE

RGB Percentages of Color #f595ee

%38.77
%23.58
%37.66

CMYK Percentages of Color #f595ee

%0
%39
%3
%4

Triadic Colors of #f595ee

#f595ee #eef595 #95eef5

Analogous Colors of #f595ee

#f595ee #f595be #cc95f5

Monochromatic Colors of #f595ee

#f595ee

Complementary Color

#f595ee #95f59c

#f595ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f595ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f595ee Color CSS Codes

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

#f595ee Text Font Color

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

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


#f595ee Background Color

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

This div background color is #f595ee


#f595ee Border Color

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

This div border color is #f595ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f595ee


Comments

No comments written yet.

Please login to write comment.