Color Hex Logo

#f50254 Color Hex

#F50254
(245,2,84)
0 Favorites   0 Comments

Color spaces of #f50254

RGB 245284
HSL0.940.980.48
HSV340°99°96°
CMYK 0.000.990.66   0.04
XYZ39.278120.096010.1962
Yxy20.09600.56460.2889
Hunter Lab44.828677.949017.8946
CIE-Lab51.945679.557726.3259

#f50254 color RGB value is (245,2,84).

#f50254 hex color red value is 245, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #f50254 hue: 0.94 , saturation: 0.98 and the lightness value of f50254 is 0.48.

The process color (four color CMYK) of #f50254 color hex is 0.00, 0.99, 0.66, 0.04. Web safe color of #f50254 is #ff0066. Color #f50254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000010 01010100
Octal 365 2 124
Decimal 245 2 84
Hex F5 2 54

RGB Percentages of Color #f50254

%74.02
%0.60
%25.38

CMYK Percentages of Color #f50254

%0
%99
%66
%4

Triadic Colors of #f50254

#f50254 #54f502 #0254f5

Analogous Colors of #f50254

#f50254 #f52902 #f502ce

Monochromatic Colors of #f50254

#f50254

Complementary Color

#f50254 #02f5a3

#f50254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50254 Color CSS Codes

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

#f50254 Text Font Color

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

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


#f50254 Background Color

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

This div background color is #f50254


#f50254 Border Color

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

This div border color is #f50254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50254


Comments

No comments written yet.

Please login to write comment.