Color Hex Logo

#f15289 Color Hex

#F15289
(241,82,137)
0 Favorites   0 Comments

Color spaces of #f15289

RGB 24182137
HSL0.940.850.63
HSV339°66°95°
CMYK 0.000.660.43   0.05
XYZ43.808326.541526.4810
Yxy26.54150.45240.2741
Hunter Lab51.518461.62885.5873
CIE-Lab58.547564.90163.6899

#f15289 color RGB value is (241,82,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 10001001
Octal 361 122 211
Decimal 241 82 137
Hex F1 52 89

RGB Percentages of Color #f15289

%52.39
%17.83
%29.78

CMYK Percentages of Color #f15289

%0
%66
%43
%5

Triadic Colors of #f15289

#f15289 #89f152 #5289f1

Analogous Colors of #f15289

#f15289 #f16b52 #f152d9

Monochromatic Colors of #f15289

#f15289

Complementary Color

#f15289 #52f1ba

#f15289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15289 Color CSS Codes

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

#f15289 Text Font Color

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

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


#f15289 Background Color

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

This div background color is #f15289


#f15289 Border Color

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

This div border color is #f15289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15289


Comments

No comments written yet.

Please login to write comment.