Color Hex Logo

#f015ec Color Hex

#F015EC
(240,21,236)
0 Favorites   0 Comments

Color spaces of #f015ec

RGB 24021236
HSL0.840.880.51
HSV301°91°94°
CMYK 0.000.910.02   0.06
XYZ51.343725.117781.4990
Yxy25.11770.32500.1590
Hunter Lab50.117695.1613-61.3325
CIE-Lab57.189991.7373-55.4014

#f015ec color RGB value is (240,21,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11101100
Octal 360 25 354
Decimal 240 21 236
Hex F0 15 EC

RGB Percentages of Color #f015ec

%48.29
%4.23
%47.48

CMYK Percentages of Color #f015ec

%0
%91
%2
%6

Triadic Colors of #f015ec

#f015ec #ecf015 #15ecf0

Analogous Colors of #f015ec

#f015ec #f0157f #8715f0

Monochromatic Colors of #f015ec

#f015ec

Complementary Color

#f015ec #15f019

#f015ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015ec Color CSS Codes

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

#f015ec Text Font Color

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

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


#f015ec Background Color

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

This div background color is #f015ec


#f015ec Border Color

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

This div border color is #f015ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015ec


Comments

No comments written yet.

Please login to write comment.