Color Hex Logo

#f1897e Color Hex

#F1897E
(241,137,126)
0 Favorites   0 Comments

Color spaces of #f1897e

RGB 241137126
HSL0.020.800.72
HSV48°95°
CMYK 0.000.430.48   0.05
XYZ48.987238.098524.5105
Yxy38.09850.43900.3414
Hunter Lab61.724033.649419.6628
CIE-Lab68.093138.412923.3246

#f1897e color RGB value is (241,137,126).

#f1897e hex color red value is 241, green value is 137 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f1897e hue: 0.02 , saturation: 0.80 and the lightness value of f1897e is 0.72.

The process color (four color CMYK) of #f1897e color hex is 0.00, 0.43, 0.48, 0.05. Web safe color of #f1897e is #ff9966. Color #f1897e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001001 01111110
Octal 361 211 176
Decimal 241 137 126
Hex F1 89 7E

RGB Percentages of Color #f1897e

%47.82
%27.18
%25.00

CMYK Percentages of Color #f1897e

%0
%43
%48
%5

Triadic Colors of #f1897e

#f1897e #7ef189 #897ef1

Analogous Colors of #f1897e

#f1897e #f1c37e #f17ead

Monochromatic Colors of #f1897e

#f1897e

Complementary Color

#f1897e #7ee6f1

#f1897e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1897e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1897e Color CSS Codes

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

#f1897e Text Font Color

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

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


#f1897e Background Color

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

This div background color is #f1897e


#f1897e Border Color

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

This div border color is #f1897e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1897e


Comments

No comments written yet.

Please login to write comment.