Color Hex Logo

#f159ec Color Hex

#F159EC
(241,89,236)
0 Favorites   0 Comments

Color spaces of #f159ec

RGB 24189236
HSL0.840.840.65
HSV302°63°95°
CMYK 0.000.630.02   0.05
XYZ54.988331.901782.6163
Yxy31.90170.32440.1882
Hunter Lab56.481674.9379-47.1871
CIE-Lab63.261674.9822-45.7591

#f159ec color RGB value is (241,89,236).

#f159ec hex color red value is 241, green value is 89 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f159ec hue: 0.84 , saturation: 0.84 and the lightness value of f159ec is 0.65.

The process color (four color CMYK) of #f159ec color hex is 0.00, 0.63, 0.02, 0.05. Web safe color of #f159ec is #ff66ff. Color #f159ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011001 11101100
Octal 361 131 354
Decimal 241 89 236
Hex F1 59 EC

RGB Percentages of Color #f159ec

%42.58
%15.72
%41.70

CMYK Percentages of Color #f159ec

%0
%63
%2
%5

Triadic Colors of #f159ec

#f159ec #ecf159 #59ecf1

Analogous Colors of #f159ec

#f159ec #f159a0 #aa59f1

Monochromatic Colors of #f159ec

#f159ec

Complementary Color

#f159ec #59f15e

#f159ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f159ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f159ec Color CSS Codes

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

#f159ec Text Font Color

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

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


#f159ec Background Color

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

This div background color is #f159ec


#f159ec Border Color

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

This div border color is #f159ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f159ec


Comments

No comments written yet.

Please login to write comment.