Color Hex Logo

#f051ec Color Hex

#F051EC
(240,81,236)
0 Favorites   0 Comments

Color spaces of #f051ec

RGB 24081236
HSL0.840.840.63
HSV302°66°94°
CMYK 0.000.660.02   0.06
XYZ54.017930.466382.3904
Yxy30.46630.32370.1826
Hunter Lab55.196378.0957-49.8636
CIE-Lab62.054577.7198-47.6738

#f051ec color RGB value is (240,81,236).

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

The process color (four color CMYK) of #f051ec color hex is 0.00, 0.66, 0.02, 0.06. Web safe color of #f051ec is #ff66ff. Color #f051ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 11101100
Octal 360 121 354
Decimal 240 81 236
Hex F0 51 EC

RGB Percentages of Color #f051ec

%43.09
%14.54
%42.37

CMYK Percentages of Color #f051ec

%0
%66
%2
%6

Triadic Colors of #f051ec

#f051ec #ecf051 #51ecf0

Analogous Colors of #f051ec

#f051ec #f0519d #a551f0

Monochromatic Colors of #f051ec

#f051ec

Complementary Color

#f051ec #51f055

#f051ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051ec Color CSS Codes

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

#f051ec Text Font Color

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

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


#f051ec Background Color

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

This div background color is #f051ec


#f051ec Border Color

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

This div border color is #f051ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051ec


Comments

No comments written yet.

Please login to write comment.