Color Hex Logo

#f018bb Color Hex

#F018BB
(240,24,187)
0 Favorites   0 Comments

Color spaces of #f018bb

RGB 24024187
HSL0.870.880.52
HSV315°90°94°
CMYK 0.000.900.22   0.06
XYZ45.231522.766449.0241
Yxy22.76640.38650.1945
Hunter Lab47.714185.7126-27.5179
CIE-Lab54.830985.0594-31.1675

#f018bb color RGB value is (240,24,187).

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

The process color (four color CMYK) of #f018bb color hex is 0.00, 0.90, 0.22, 0.06. Web safe color of #f018bb is #ff00cc. Color #f018bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 10111011
Octal 360 30 273
Decimal 240 24 187
Hex F0 18 BB

RGB Percentages of Color #f018bb

%53.22
%5.32
%41.46

CMYK Percentages of Color #f018bb

%0
%90
%22
%6

Triadic Colors of #f018bb

#f018bb #bbf018 #18bbf0

Analogous Colors of #f018bb

#f018bb #f0184f #b918f0

Monochromatic Colors of #f018bb

#f018bb

Complementary Color

#f018bb #18f04d

#f018bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f018bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f018bb Color CSS Codes

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

#f018bb Text Font Color

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

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


#f018bb Background Color

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

This div background color is #f018bb


#f018bb Border Color

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

This div border color is #f018bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f018bb


Comments

No comments written yet.

Please login to write comment.