Color Hex Logo

#f1828e Color Hex

#F1828E
(241,130,142)
0 Favorites   0 Comments

Color spaces of #f1828e

RGB 241130142
HSL0.980.800.73
HSV354°46°95°
CMYK 0.000.460.41   0.05
XYZ49.140736.619030.0694
Yxy36.61900.42430.3161
Hunter Lab60.513639.053812.8982
CIE-Lab66.990243.585312.8444

#f1828e color RGB value is (241,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000010 10001110
Octal 361 202 216
Decimal 241 130 142
Hex F1 82 8E

RGB Percentages of Color #f1828e

%46.98
%25.34
%27.68

CMYK Percentages of Color #f1828e

%0
%46
%41
%5

Triadic Colors of #f1828e

#f1828e #8ef182 #828ef1

Analogous Colors of #f1828e

#f1828e #f1ae82 #f182c6

Monochromatic Colors of #f1828e

#f1828e

Complementary Color

#f1828e #82f1e5

#f1828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1828e Color CSS Codes

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

#f1828e Text Font Color

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

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


#f1828e Background Color

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

This div background color is #f1828e


#f1828e Border Color

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

This div border color is #f1828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1828e


Comments

No comments written yet.

Please login to write comment.