Color Hex Logo

#f1528e Color Hex

#F1528E
(241,82,142)
0 Favorites   0 Comments

Color spaces of #f1528e

RGB 24182142
HSL0.940.850.63
HSV337°66°95°
CMYK 0.000.660.41   0.05
XYZ44.175426.688428.4143
Yxy26.68840.44500.2688
Hunter Lab51.660862.22973.5521
CIE-Lab58.684865.38570.9596

#f1528e color RGB value is (241,82,142).

#f1528e hex color red value is 241, green value is 82 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f1528e hue: 0.94 , saturation: 0.85 and the lightness value of f1528e is 0.63.

The process color (four color CMYK) of #f1528e color hex is 0.00, 0.66, 0.41, 0.05. Web safe color of #f1528e is #ff6699. Color #f1528e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 10001110
Octal 361 122 216
Decimal 241 82 142
Hex F1 52 8E

RGB Percentages of Color #f1528e

%51.83
%17.63
%30.54

CMYK Percentages of Color #f1528e

%0
%66
%41
%5

Triadic Colors of #f1528e

#f1528e #8ef152 #528ef1

Analogous Colors of #f1528e

#f1528e #f16652 #f152de

Monochromatic Colors of #f1528e

#f1528e

Complementary Color

#f1528e #52f1b5

#f1528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1528e Color CSS Codes

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

#f1528e Text Font Color

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

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


#f1528e Background Color

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

This div background color is #f1528e


#f1528e Border Color

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

This div border color is #f1528e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1528e


Comments

No comments written yet.

Please login to write comment.