Color Hex Logo

#f157ea Color Hex

#F157EA
(241,87,234)
0 Favorites   0 Comments

Color spaces of #f157ea

RGB 24187234
HSL0.840.850.64
HSV303°64°95°
CMYK 0.000.640.03   0.05
XYZ54.535131.457781.0395
Yxy31.45770.32650.1883
Hunter Lab56.087275.4079-46.4062
CIE-Lab62.892175.4269-45.2281

#f157ea color RGB value is (241,87,234).

#f157ea hex color red value is 241, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f157ea hue: 0.84 , saturation: 0.85 and the lightness value of f157ea is 0.64.

The process color (four color CMYK) of #f157ea color hex is 0.00, 0.64, 0.03, 0.05. Web safe color of #f157ea is #ff66ff. Color #f157ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010111 11101010
Octal 361 127 352
Decimal 241 87 234
Hex F1 57 EA

RGB Percentages of Color #f157ea

%42.88
%15.48
%41.64

CMYK Percentages of Color #f157ea

%0
%64
%3
%5

Triadic Colors of #f157ea

#f157ea #eaf157 #57eaf1

Analogous Colors of #f157ea

#f157ea #f1579d #ab57f1

Monochromatic Colors of #f157ea

#f157ea

Complementary Color

#f157ea #57f15e

#f157ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f157ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f157ea Color CSS Codes

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

#f157ea Text Font Color

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

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


#f157ea Background Color

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

This div background color is #f157ea


#f157ea Border Color

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

This div border color is #f157ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,87,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f157ea


Comments

No comments written yet.

Please login to write comment.