Color Hex Logo

#ff01be Color Hex

#FF01BE
(255,1,190)
0 Favorites   0 Comments

Color spaces of #ff01be

RGB 2551190
HSL0.881.000.50
HSV315°100°100°
CMYK 0.001.000.25   0.00
XYZ50.545124.999450.8765
Yxy24.99940.39980.1977
Hunter Lab49.999492.9492-25.3305
CIE-Lab57.074890.1110-29.2056

#ff01be color RGB value is (255,1,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 10111110
Octal 377 1 276
Decimal 255 1 190
Hex FF 1 BE

RGB Percentages of Color #ff01be

%57.17
%0.22
%42.60

CMYK Percentages of Color #ff01be

%0
%100
%25
%0

Triadic Colors of #ff01be

#ff01be #beff01 #01beff

Analogous Colors of #ff01be

#ff01be #ff013f #c101ff

Monochromatic Colors of #ff01be

#ff01be

Complementary Color

#ff01be #01ff42

#ff01be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff01be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff01be Color CSS Codes

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

#ff01be Text Font Color

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

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


#ff01be Background Color

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

This div background color is #ff01be


#ff01be Border Color

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

This div border color is #ff01be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff01be


Comments

No comments written yet.

Please login to write comment.