Color Hex Logo

#ff019b Color Hex

#FF019B
(255,1,155)
0 Favorites   0 Comments

Color spaces of #ff019b

RGB 2551155
HSL0.901.000.50
HSV324°100°100°
CMYK 0.001.000.39   0.00
XYZ47.167223.648333.0889
Yxy23.64830.45390.2276
Hunter Lab48.629588.0307-6.3019
CIE-Lab55.733986.6580-10.7842

#ff019b color RGB value is (255,1,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 10011011
Octal 377 1 233
Decimal 255 1 155
Hex FF 1 9B

RGB Percentages of Color #ff019b

%62.04
%0.24
%37.71

CMYK Percentages of Color #ff019b

%0
%100
%39
%0

Triadic Colors of #ff019b

#ff019b #9bff01 #019bff

Analogous Colors of #ff019b

#ff019b #ff011c #e401ff

Monochromatic Colors of #ff019b

#ff019b

Complementary Color

#ff019b #01ff65

#ff019b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff019b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff019b Color CSS Codes

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

#ff019b Text Font Color

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

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


#ff019b Background Color

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

This div background color is #ff019b


#ff019b Border Color

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

This div border color is #ff019b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff019b

Related Colors


Comments

No comments written yet.

Please login to write comment.