Color Hex Logo

#ff056e Color Hex

#FF056E
(255,5,110)
0 Favorites   0 Comments

Color spaces of #ff056e

RGB 2555110
HSL0.931.000.51
HSV335°98°100°
CMYK 0.000.980.57   0.00
XYZ44.108722.494316.7689
Yxy22.49430.52910.2698
Hunter Lab47.428283.007712.2369
CIE-Lab54.547683.023414.4296

#ff056e color RGB value is (255,5,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000101 01101110
Octal 377 5 156
Decimal 255 5 110
Hex FF 5 6E

RGB Percentages of Color #ff056e

%68.92
%1.35
%29.73

CMYK Percentages of Color #ff056e

%0
%98
%57
%0

Triadic Colors of #ff056e

#ff056e #6eff05 #056eff

Analogous Colors of #ff056e

#ff056e #ff1905 #ff05eb

Monochromatic Colors of #ff056e

#ff056e

Complementary Color

#ff056e #05ff96

#ff056e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff056e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff056e Color CSS Codes

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

#ff056e Text Font Color

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

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


#ff056e Background Color

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

This div background color is #ff056e


#ff056e Border Color

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

This div border color is #ff056e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff056e

Related Colors


Comments

No comments written yet.

Please login to write comment.