Color Hex Logo

#ff1abf Color Hex

#FF1ABF
(255,26,191)
0 Favorites   0 Comments

Color spaces of #ff1abf

RGB 25526191
HSL0.881.000.55
HSV317°90°100°
CMYK 0.000.900.25   0.00
XYZ51.013425.760451.5738
Yxy25.76040.39750.2007
Hunter Lab50.754790.5891-24.7185
CIE-Lab57.808988.1941-28.6457

#ff1abf color RGB value is (255,26,191).

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

The process color (four color CMYK) of #ff1abf color hex is 0.00, 0.90, 0.25, 0.00. Web safe color of #ff1abf is #ff33cc. Color #ff1abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011010 10111111
Octal 377 32 277
Decimal 255 26 191
Hex FF 1A BF

RGB Percentages of Color #ff1abf

%54.03
%5.51
%40.47

CMYK Percentages of Color #ff1abf

%0
%90
%25
%0

Triadic Colors of #ff1abf

#ff1abf #bfff1a #1abfff

Analogous Colors of #ff1abf

#ff1abf #ff1a4c #cd1aff

Monochromatic Colors of #ff1abf

#ff1abf

Complementary Color

#ff1abf #1aff5a

#ff1abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1abf Color CSS Codes

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

#ff1abf Text Font Color

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

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


#ff1abf Background Color

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

This div background color is #ff1abf


#ff1abf Border Color

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

This div border color is #ff1abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1abf


Comments

No comments written yet.

Please login to write comment.