Color Hex Logo

#ff057c Color Hex

#FF057C
(255,5,124)
0 Favorites   0 Comments

Color spaces of #ff057c

RGB 2555124
HSL0.921.000.51
HSV331°98°100°
CMYK 0.000.980.51   0.00
XYZ44.932422.823821.1060
Yxy22.82380.50560.2568
Hunter Lab47.774384.27697.2485
CIE-Lab54.890483.94076.4772

#ff057c color RGB value is (255,5,124).

#ff057c hex color red value is 255, green value is 5 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ff057c hue: 0.92 , saturation: 1.00 and the lightness value of ff057c is 0.51.

The process color (four color CMYK) of #ff057c color hex is 0.00, 0.98, 0.51, 0.00. Web safe color of #ff057c is #ff0066. Color #ff057c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000101 01111100
Octal 377 5 174
Decimal 255 5 124
Hex FF 5 7C

RGB Percentages of Color #ff057c

%66.41
%1.30
%32.29

CMYK Percentages of Color #ff057c

%0
%98
%51
%0

Triadic Colors of #ff057c

#ff057c #7cff05 #057cff

Analogous Colors of #ff057c

#ff057c #ff0b05 #ff05f9

Monochromatic Colors of #ff057c

#ff057c

Complementary Color

#ff057c #05ff88

#ff057c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff057c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff057c Color CSS Codes

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

#ff057c Text Font Color

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

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


#ff057c Background Color

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

This div background color is #ff057c


#ff057c Border Color

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

This div border color is #ff057c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,5,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff057c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff057c;
  -webkit-box-shadow: 1px 1px 3px 2px #ff057c;
  box-shadow:         1px 1px 3px 2px #ff057c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff057c

Related Colors


Comments

No comments written yet.

Please login to write comment.