Color Hex Logo

#f028bb Color Hex

#F028BB
(240,40,187)
0 Favorites   0 Comments

Color spaces of #f028bb

RGB 24040187
HSL0.880.870.55
HSV316°83°94°
CMYK 0.000.830.22   0.06
XYZ45.663623.630749.1682
Yxy23.63070.38550.1995
Hunter Lab48.611482.6057-25.9411
CIE-Lab55.716182.4829-29.7913

#f028bb color RGB value is (240,40,187).

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

The process color (four color CMYK) of #f028bb color hex is 0.00, 0.83, 0.22, 0.06. Web safe color of #f028bb is #ff33cc. Color #f028bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101000 10111011
Octal 360 50 273
Decimal 240 40 187
Hex F0 28 BB

RGB Percentages of Color #f028bb

%51.39
%8.57
%40.04

CMYK Percentages of Color #f028bb

%0
%83
%22
%6

Triadic Colors of #f028bb

#f028bb #bbf028 #28bbf0

Analogous Colors of #f028bb

#f028bb #f02857 #c128f0

Monochromatic Colors of #f028bb

#f028bb

Complementary Color

#f028bb #28f05d

#f028bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f028bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f028bb Color CSS Codes

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

#f028bb Text Font Color

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

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


#f028bb Background Color

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

This div background color is #f028bb


#f028bb Border Color

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

This div border color is #f028bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f028bb


Comments

No comments written yet.

Please login to write comment.