Color Hex Logo

#f157de Color Hex

#F157DE
(241,87,222)
0 Favorites   0 Comments

Color spaces of #f157de

RGB 24187222
HSL0.850.850.64
HSV307°64°95°
CMYK 0.000.640.08   0.05
XYZ52.868630.791172.2640
Yxy30.79110.33910.1975
Hunter Lab55.489772.9613-38.3703
CIE-Lab62.330973.5700-39.4020

#f157de color RGB value is (241,87,222).

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

The process color (four color CMYK) of #f157de color hex is 0.00, 0.64, 0.08, 0.05. Web safe color of #f157de is #ff66cc. Color #f157de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010111 11011110
Octal 361 127 336
Decimal 241 87 222
Hex F1 57 DE

RGB Percentages of Color #f157de

%43.82
%15.82
%40.36

CMYK Percentages of Color #f157de

%0
%64
%8
%5

Triadic Colors of #f157de

#f157de #def157 #57def1

Analogous Colors of #f157de

#f157de #f15791 #b757f1

Monochromatic Colors of #f157de

#f157de

Complementary Color

#f157de #57f16a

#f157de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f157de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f157de Color CSS Codes

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

#f157de Text Font Color

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

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


#f157de Background Color

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

This div background color is #f157de


#f157de Border Color

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

This div border color is #f157de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f157de


Comments

No comments written yet.

Please login to write comment.