Color Hex Logo

#f50176 Color Hex

#F50176
(245,1,118)
0 Favorites   0 Comments

Color spaces of #f50176

RGB 2451118
HSL0.920.990.48
HSV331°100°96°
CMYK 0.001.000.52   0.04
XYZ40.937120.742218.9856
Yxy20.74220.50750.2571
Hunter Lab45.543680.74437.1645
CIE-Lab52.666281.62296.6561

#f50176 color RGB value is (245,1,118).

#f50176 hex color red value is 245, green value is 1 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f50176 hue: 0.92 , saturation: 0.99 and the lightness value of f50176 is 0.48.

The process color (four color CMYK) of #f50176 color hex is 0.00, 1.00, 0.52, 0.04. Web safe color of #f50176 is #ff0066. Color #f50176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 01110110
Octal 365 1 166
Decimal 245 1 118
Hex F5 1 76

RGB Percentages of Color #f50176

%67.31
%0.27
%32.42

CMYK Percentages of Color #f50176

%0
%100
%52
%4

Triadic Colors of #f50176

#f50176 #76f501 #0176f5

Analogous Colors of #f50176

#f50176 #f50601 #f501f0

Monochromatic Colors of #f50176

#f50176

Complementary Color

#f50176 #01f580

#f50176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50176 Color CSS Codes

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

#f50176 Text Font Color

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

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


#f50176 Background Color

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

This div background color is #f50176


#f50176 Border Color

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

This div border color is #f50176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50176


Comments

No comments written yet.

Please login to write comment.