Color Hex Logo

#f1537e Color Hex

#F1537E
(241,83,126)
0 Favorites   0 Comments

Color spaces of #f1537e

RGB 24183126
HSL0.950.850.64
HSV344°66°95°
CMYK 0.000.660.48   0.05
XYZ43.134826.393622.5597
Yxy26.39360.46840.2866
Hunter Lab51.374759.96509.9268
CIE-Lab58.408863.51009.9448

#f1537e color RGB value is (241,83,126).

#f1537e hex color red value is 241, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f1537e hue: 0.95 , saturation: 0.85 and the lightness value of f1537e is 0.64.

The process color (four color CMYK) of #f1537e color hex is 0.00, 0.66, 0.48, 0.05. Web safe color of #f1537e is #ff6666. Color #f1537e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010011 01111110
Octal 361 123 176
Decimal 241 83 126
Hex F1 53 7E

RGB Percentages of Color #f1537e

%53.56
%18.44
%28.00

CMYK Percentages of Color #f1537e

%0
%66
%48
%5

Triadic Colors of #f1537e

#f1537e #7ef153 #537ef1

Analogous Colors of #f1537e

#f1537e #f17753 #f153cd

Monochromatic Colors of #f1537e

#f1537e

Complementary Color

#f1537e #53f1c6

#f1537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1537e Color CSS Codes

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

#f1537e Text Font Color

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

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


#f1537e Background Color

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

This div background color is #f1537e


#f1537e Border Color

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

This div border color is #f1537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1537e


Comments

No comments written yet.

Please login to write comment.