Color Hex Logo

#f1957b Color Hex

#F1957B
(241,149,123)
0 Favorites   0 Comments

Color spaces of #f1957b

RGB 241149123
HSL0.040.810.71
HSV13°49°95°
CMYK 0.000.380.49   0.05
XYZ50.598241.625724.1066
Yxy41.62570.43500.3578
Hunter Lab64.518027.082123.0094
CIE-Lab70.612131.902628.3396

#f1957b color RGB value is (241,149,123).

#f1957b hex color red value is 241, green value is 149 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f1957b hue: 0.04 , saturation: 0.81 and the lightness value of f1957b is 0.71.

The process color (four color CMYK) of #f1957b color hex is 0.00, 0.38, 0.49, 0.05. Web safe color of #f1957b is #ff9966. Color #f1957b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010101 01111011
Octal 361 225 173
Decimal 241 149 123
Hex F1 95 7B

RGB Percentages of Color #f1957b

%46.98
%29.04
%23.98

CMYK Percentages of Color #f1957b

%0
%38
%49
%5

Triadic Colors of #f1957b

#f1957b #7bf195 #957bf1

Analogous Colors of #f1957b

#f1957b #f1d07b #f17b9c

Monochromatic Colors of #f1957b

#f1957b

Complementary Color

#f1957b #7bd7f1

#f1957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1957b Color CSS Codes

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

#f1957b Text Font Color

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

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


#f1957b Background Color

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

This div background color is #f1957b


#f1957b Border Color

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

This div border color is #f1957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1957b

#f1957b Color Palettes


Comments

No comments written yet.

Please login to write comment.