Color Hex Logo

#f1809d Color Hex

#F1809D
(241,128,157)
0 Favorites   0 Comments

Color spaces of #f1809d

RGB 241128157
HSL0.960.800.72
HSV345°47°95°
CMYK 0.000.470.35   0.05
XYZ50.080636.573436.3181
Yxy36.57340.40730.2974
Hunter Lab60.475941.98436.7273
CIE-Lab66.955746.27624.3246

#f1809d color RGB value is (241,128,157).

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

The process color (four color CMYK) of #f1809d color hex is 0.00, 0.47, 0.35, 0.05. Web safe color of #f1809d is #ff9999. Color #f1809d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 10011101
Octal 361 200 235
Decimal 241 128 157
Hex F1 80 9D

RGB Percentages of Color #f1809d

%45.82
%24.33
%29.85

CMYK Percentages of Color #f1809d

%0
%47
%35
%5

Triadic Colors of #f1809d

#f1809d #9df180 #809df1

Analogous Colors of #f1809d

#f1809d #f19c80 #f180d6

Monochromatic Colors of #f1809d

#f1809d

Complementary Color

#f1809d #80f1d4

#f1809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1809d Color CSS Codes

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

#f1809d Text Font Color

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

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


#f1809d Background Color

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

This div background color is #f1809d


#f1809d Border Color

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

This div border color is #f1809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1809d


Comments

No comments written yet.

Please login to write comment.