Color Hex Logo

#f026ab Color Hex

#F026AB
(240,38,171)
0 Favorites   0 Comments

Color spaces of #f026ab

RGB 24038171
HSL0.890.870.55
HSV320°84°94°
CMYK 0.000.840.29   0.06
XYZ43.979022.851840.6210
Yxy22.85180.40930.2127
Hunter Lab47.803680.5628-16.9191
CIE-Lab54.919481.0411-21.7024

#f026ab color RGB value is (240,38,171).

#f026ab hex color red value is 240, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f026ab hue: 0.89 , saturation: 0.87 and the lightness value of f026ab is 0.55.

The process color (four color CMYK) of #f026ab color hex is 0.00, 0.84, 0.29, 0.06. Web safe color of #f026ab is #ff3399. Color #f026ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100110 10101011
Octal 360 46 253
Decimal 240 38 171
Hex F0 26 AB

RGB Percentages of Color #f026ab

%53.45
%8.46
%38.08

CMYK Percentages of Color #f026ab

%0
%84
%29
%6

Triadic Colors of #f026ab

#f026ab #abf026 #26abf0

Analogous Colors of #f026ab

#f026ab #f02646 #d026f0

Monochromatic Colors of #f026ab

#f026ab

Complementary Color

#f026ab #26f06b

#f026ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f026ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f026ab Color CSS Codes

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

#f026ab Text Font Color

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

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


#f026ab Background Color

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

This div background color is #f026ab


#f026ab Border Color

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

This div border color is #f026ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,38,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f026ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f026ab;
  -webkit-box-shadow: 1px 1px 3px 2px #f026ab;
  box-shadow:         1px 1px 3px 2px #f026ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,38,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f026ab


Comments

No comments written yet.

Please login to write comment.