Color Hex Logo

#f51587 Color Hex

#F51587
(245,21,135)
0 Favorites   0 Comments

Color spaces of #f51587

RGB 24521135
HSL0.920.920.52
HSV329°91°96°
CMYK 0.000.910.45   0.04
XYZ42.297521.698124.8805
Yxy21.69810.47590.2441
Hunter Lab46.581280.56760.9382
CIE-Lab53.705281.2816-2.0914

#f51587 color RGB value is (245,21,135).

#f51587 hex color red value is 245, green value is 21 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f51587 hue: 0.92 , saturation: 0.92 and the lightness value of f51587 is 0.52.

The process color (four color CMYK) of #f51587 color hex is 0.00, 0.91, 0.45, 0.04. Web safe color of #f51587 is #ff0099. Color #f51587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 10000111
Octal 365 25 207
Decimal 245 21 135
Hex F5 15 87

RGB Percentages of Color #f51587

%61.10
%5.24
%33.67

CMYK Percentages of Color #f51587

%0
%91
%45
%4

Triadic Colors of #f51587

#f51587 #87f515 #1587f5

Analogous Colors of #f51587

#f51587 #f51517 #f315f5

Monochromatic Colors of #f51587

#f51587

Complementary Color

#f51587 #15f583

#f51587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51587 Color CSS Codes

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

#f51587 Text Font Color

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

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


#f51587 Background Color

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

This div background color is #f51587


#f51587 Border Color

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

This div border color is #f51587


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,21,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f51587; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f51587;
  -webkit-box-shadow: 1px 1px 3px 2px #f51587;
  box-shadow:         1px 1px 3px 2px #f51587; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,21,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51587


Comments

No comments written yet.

Please login to write comment.