Color Hex Logo

#f015ee Color Hex

#F015EE
(240,21,238)
0 Favorites   0 Comments

Color spaces of #f015ee

RGB 24021238
HSL0.830.880.51
HSV301°91°94°
CMYK 0.000.910.01   0.06
XYZ51.636025.234683.0382
Yxy25.23460.32290.1578
Hunter Lab50.234195.5720-62.8441
CIE-Lab57.303392.0199-56.3420

#f015ee color RGB value is (240,21,238).

#f015ee hex color red value is 240, green value is 21 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f015ee hue: 0.83 , saturation: 0.88 and the lightness value of f015ee is 0.51.

The process color (four color CMYK) of #f015ee color hex is 0.00, 0.91, 0.01, 0.06. Web safe color of #f015ee is #ff00ff. Color #f015ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11101110
Octal 360 25 356
Decimal 240 21 238
Hex F0 15 EE

RGB Percentages of Color #f015ee

%48.10
%4.21
%47.70

CMYK Percentages of Color #f015ee

%0
%91
%1
%6

Triadic Colors of #f015ee

#f015ee #eef015 #15eef0

Analogous Colors of #f015ee

#f015ee #f01581 #8515f0

Monochromatic Colors of #f015ee

#f015ee

Complementary Color

#f015ee #15f017

#f015ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015ee Color CSS Codes

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

#f015ee Text Font Color

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

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


#f015ee Background Color

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

This div background color is #f015ee


#f015ee Border Color

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

This div border color is #f015ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015ee


Comments

No comments written yet.

Please login to write comment.