Color Hex Logo

#ff019e Color Hex

#FF019E
(255,1,158)
0 Favorites   0 Comments

Color spaces of #ff019e

RGB 2551158
HSL0.901.000.50
HSV323°100°100°
CMYK 0.001.000.38   0.00
XYZ47.422423.750334.4326
Yxy23.75030.44910.2249
Hunter Lab48.734388.4100-7.7766
CIE-Lab55.836986.9268-12.4027

#ff019e color RGB value is (255,1,158).

#ff019e hex color red value is 255, green value is 1 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ff019e hue: 0.90 , saturation: 1.00 and the lightness value of ff019e is 0.50.

The process color (four color CMYK) of #ff019e color hex is 0.00, 1.00, 0.38, 0.00. Web safe color of #ff019e is #ff0099. Color #ff019e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 10011110
Octal 377 1 236
Decimal 255 1 158
Hex FF 1 9E

RGB Percentages of Color #ff019e

%61.59
%0.24
%38.16

CMYK Percentages of Color #ff019e

%0
%100
%38
%0

Triadic Colors of #ff019e

#ff019e #9eff01 #019eff

Analogous Colors of #ff019e

#ff019e #ff011f #e101ff

Monochromatic Colors of #ff019e

#ff019e

Complementary Color

#ff019e #01ff62

#ff019e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff019e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff019e Color CSS Codes

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

#ff019e Text Font Color

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

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


#ff019e Background Color

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

This div background color is #ff019e


#ff019e Border Color

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

This div border color is #ff019e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff019e


Comments

No comments written yet.

Please login to write comment.