Color Hex Logo

#f50872 Color Hex

#F50872
(245,8,114)
0 Favorites   0 Comments

Color spaces of #f50872

RGB 2458114
HSL0.930.940.50
HSV333°97°96°
CMYK 0.000.970.53   0.04
XYZ40.780320.801017.7852
Yxy20.80100.51380.2621
Hunter Lab45.608179.79088.8051
CIE-Lab52.731080.86089.1742

#f50872 color RGB value is (245,8,114).

#f50872 hex color red value is 245, green value is 8 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f50872 hue: 0.93 , saturation: 0.94 and the lightness value of f50872 is 0.50.

The process color (four color CMYK) of #f50872 color hex is 0.00, 0.97, 0.53, 0.04. Web safe color of #f50872 is #ff0066. Color #f50872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001000 01110010
Octal 365 10 162
Decimal 245 8 114
Hex F5 8 72

RGB Percentages of Color #f50872

%66.76
%2.18
%31.06

CMYK Percentages of Color #f50872

%0
%97
%53
%4

Triadic Colors of #f50872

#f50872 #72f508 #0872f5

Analogous Colors of #f50872

#f50872 #f51508 #f508e9

Monochromatic Colors of #f50872

#f50872

Complementary Color

#f50872 #08f58b

#f50872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50872 Color CSS Codes

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

#f50872 Text Font Color

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

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


#f50872 Background Color

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

This div background color is #f50872


#f50872 Border Color

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

This div border color is #f50872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50872


Comments

No comments written yet.

Please login to write comment.