Color Hex Logo

#ff01b5 Color Hex

#FF01B5
(255,1,181)
0 Favorites   0 Comments

Color spaces of #ff01b5

RGB 2551181
HSL0.881.000.50
HSV317°100°100°
CMYK 0.001.000.29   0.00
XYZ49.591324.617945.8540
Yxy24.61790.41300.2050
Hunter Lab49.616491.5808-20.0625
CIE-Lab56.701289.1572-24.5648

#ff01b5 color RGB value is (255,1,181).

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

The process color (four color CMYK) of #ff01b5 color hex is 0.00, 1.00, 0.29, 0.00. Web safe color of #ff01b5 is #ff00cc. Color #ff01b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 10110101
Octal 377 1 265
Decimal 255 1 181
Hex FF 1 B5

RGB Percentages of Color #ff01b5

%58.35
%0.23
%41.42

CMYK Percentages of Color #ff01b5

%0
%100
%29
%0

Triadic Colors of #ff01b5

#ff01b5 #b5ff01 #01b5ff

Analogous Colors of #ff01b5

#ff01b5 #ff0136 #ca01ff

Monochromatic Colors of #ff01b5

#ff01b5

Complementary Color

#ff01b5 #01ff4b

#ff01b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff01b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff01b5 Color CSS Codes

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

#ff01b5 Text Font Color

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

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


#ff01b5 Background Color

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

This div background color is #ff01b5


#ff01b5 Border Color

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

This div border color is #ff01b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff01b5


Comments

No comments written yet.

Please login to write comment.