Color Hex Logo

#f1819d Color Hex

#F1819D
(241,129,157)
0 Favorites   0 Comments

Color spaces of #f1819d

RGB 241129157
HSL0.960.800.73
HSV345°46°95°
CMYK 0.000.460.35   0.05
XYZ50.211736.835636.3618
Yxy36.83560.40690.2985
Hunter Lab60.692341.46426.9630
CIE-Lab67.153545.77594.6100

#f1819d color RGB value is (241,129,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000001 10011101
Octal 361 201 235
Decimal 241 129 157
Hex F1 81 9D

RGB Percentages of Color #f1819d

%45.73
%24.48
%29.79

CMYK Percentages of Color #f1819d

%0
%46
%35
%5

Triadic Colors of #f1819d

#f1819d #9df181 #819df1

Analogous Colors of #f1819d

#f1819d #f19d81 #f181d5

Monochromatic Colors of #f1819d

#f1819d

Complementary Color

#f1819d #81f1d5

#f1819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1819d Color CSS Codes

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

#f1819d Text Font Color

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

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


#f1819d Background Color

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

This div background color is #f1819d


#f1819d Border Color

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

This div border color is #f1819d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,129,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 #f1819d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1819d


Comments

No comments written yet.

Please login to write comment.