Color Hex Logo

#f028ab Color Hex

#F028AB
(240,40,171)
0 Favorites   0 Comments

Color spaces of #f028ab

RGB 24040171
HSL0.890.870.55
HSV321°83°94°
CMYK 0.000.830.29   0.06
XYZ44.044722.983140.6429
Yxy22.98310.40910.2135
Hunter Lab47.940780.0976-16.7061
CIE-Lab55.054980.6493-21.4945

#f028ab color RGB value is (240,40,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101000 10101011
Octal 360 50 253
Decimal 240 40 171
Hex F0 28 AB

RGB Percentages of Color #f028ab

%53.22
%8.87
%37.92

CMYK Percentages of Color #f028ab

%0
%83
%29
%6

Triadic Colors of #f028ab

#f028ab #abf028 #28abf0

Analogous Colors of #f028ab

#f028ab #f02847 #d128f0

Monochromatic Colors of #f028ab

#f028ab

Complementary Color

#f028ab #28f06d

#f028ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f028ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f028ab Color CSS Codes

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

#f028ab Text Font Color

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

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


#f028ab Background Color

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

This div background color is #f028ab


#f028ab Border Color

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

This div border color is #f028ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,40,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 #f028ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f028ab


Comments

No comments written yet.

Please login to write comment.