Color Hex Logo

#f594ec Color Hex

#F594EC
(245,148,236)
0 Favorites   0 Comments

Color spaces of #f594ec

RGB 245148236
HSL0.850.830.77
HSV306°40°96°
CMYK 0.000.400.04   0.04
XYZ63.386446.648485.0201
Yxy46.64840.32500.2392
Hunter Lab68.299646.1350-25.9951
CIE-Lab73.964349.0630-29.0584

#f594ec color RGB value is (245,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010100 11101100
Octal 365 224 354
Decimal 245 148 236
Hex F5 94 EC

RGB Percentages of Color #f594ec

%38.95
%23.53
%37.52

CMYK Percentages of Color #f594ec

%0
%40
%4
%4

Triadic Colors of #f594ec

#f594ec #ecf594 #94ecf5

Analogous Colors of #f594ec

#f594ec #f594bc #ce94f5

Monochromatic Colors of #f594ec

#f594ec

Complementary Color

#f594ec #94f59d

#f594ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f594ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f594ec Color CSS Codes

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

#f594ec Text Font Color

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

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


#f594ec Background Color

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

This div background color is #f594ec


#f594ec Border Color

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

This div border color is #f594ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f594ec


Comments

No comments written yet.

Please login to write comment.