Color Hex Logo

#f027bb Color Hex

#F027BB
(240,39,187)
0 Favorites   0 Comments

Color spaces of #f027bb

RGB 24039187
HSL0.880.870.55
HSV316°84°94°
CMYK 0.000.840.22   0.06
XYZ45.630323.564249.1571
Yxy23.56420.38550.1991
Hunter Lab48.543082.8395-26.0600
CIE-Lab55.648882.6779-29.8959

#f027bb color RGB value is (240,39,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100111 10111011
Octal 360 47 273
Decimal 240 39 187
Hex F0 27 BB

RGB Percentages of Color #f027bb

%51.50
%8.37
%40.13

CMYK Percentages of Color #f027bb

%0
%84
%22
%6

Triadic Colors of #f027bb

#f027bb #bbf027 #27bbf0

Analogous Colors of #f027bb

#f027bb #f02757 #c127f0

Monochromatic Colors of #f027bb

#f027bb

Complementary Color

#f027bb #27f05c

#f027bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f027bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f027bb Color CSS Codes

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

#f027bb Text Font Color

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

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


#f027bb Background Color

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

This div background color is #f027bb


#f027bb Border Color

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

This div border color is #f027bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f027bb


Comments

No comments written yet.

Please login to write comment.