Color Hex Logo

#f51858 Color Hex

#F51858
(245,24,88)
0 Favorites   0 Comments

Color spaces of #f51858

RGB 2452488
HSL0.950.920.53
HSV343°90°96°
CMYK 0.000.900.64   0.04
XYZ39.744320.770311.1468
Yxy20.77030.55460.2898
Hunter Lab45.574475.910017.4007
CIE-Lab52.697277.785724.8827

#f51858 color RGB value is (245,24,88).

#f51858 hex color red value is 245, green value is 24 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f51858 hue: 0.95 , saturation: 0.92 and the lightness value of f51858 is 0.53.

The process color (four color CMYK) of #f51858 color hex is 0.00, 0.90, 0.64, 0.04. Web safe color of #f51858 is #ff0066. Color #f51858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 01011000
Octal 365 30 130
Decimal 245 24 88
Hex F5 18 58

RGB Percentages of Color #f51858

%68.63
%6.72
%24.65

CMYK Percentages of Color #f51858

%0
%90
%64
%4

Triadic Colors of #f51858

#f51858 #58f518 #1858f5

Analogous Colors of #f51858

#f51858 #f54618 #f518c7

Monochromatic Colors of #f51858

#f51858

Complementary Color

#f51858 #18f5b5

#f51858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51858 Color CSS Codes

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

#f51858 Text Font Color

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

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


#f51858 Background Color

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

This div background color is #f51858


#f51858 Border Color

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

This div border color is #f51858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51858


Comments

No comments written yet.

Please login to write comment.