Color Hex Logo

#f018be Color Hex

#F018BE
(240,24,190)
0 Favorites   0 Comments

Color spaces of #f018be

RGB 24024190
HSL0.870.880.52
HSV314°90°94°
CMYK 0.000.900.21   0.06
XYZ45.556122.896250.7335
Yxy22.89620.38220.1921
Hunter Lab47.850086.2055-29.3679
CIE-Lab54.965385.4118-32.6972

#f018be color RGB value is (240,24,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 10111110
Octal 360 30 276
Decimal 240 24 190
Hex F0 18 BE

RGB Percentages of Color #f018be

%52.86
%5.29
%41.85

CMYK Percentages of Color #f018be

%0
%90
%21
%6

Triadic Colors of #f018be

#f018be #bef018 #18bef0

Analogous Colors of #f018be

#f018be #f01852 #b618f0

Monochromatic Colors of #f018be

#f018be

Complementary Color

#f018be #18f04a

#f018be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f018be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f018be Color CSS Codes

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

#f018be Text Font Color

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

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


#f018be Background Color

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

This div background color is #f018be


#f018be Border Color

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

This div border color is #f018be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f018be


Comments

No comments written yet.

Please login to write comment.