Color Hex Logo

#f054ee Color Hex

#F054EE
(240,84,238)
0 Favorites   0 Comments

Color spaces of #f054ee

RGB 24084238
HSL0.840.840.64
HSV301°65°94°
CMYK 0.000.650.01   0.06
XYZ54.538131.039084.0056
Yxy31.03900.32160.1830
Hunter Lab55.712777.2396-50.4008
CIE-Lab62.540576.9500-48.0191

#f054ee color RGB value is (240,84,238).

#f054ee hex color red value is 240, green value is 84 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f054ee hue: 0.84 , saturation: 0.84 and the lightness value of f054ee is 0.64.

The process color (four color CMYK) of #f054ee color hex is 0.00, 0.65, 0.01, 0.06. Web safe color of #f054ee is #ff66ff. Color #f054ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010100 11101110
Octal 360 124 356
Decimal 240 84 238
Hex F0 54 EE

RGB Percentages of Color #f054ee

%42.70
%14.95
%42.35

CMYK Percentages of Color #f054ee

%0
%65
%1
%6

Triadic Colors of #f054ee

#f054ee #eef054 #54eef0

Analogous Colors of #f054ee

#f054ee #f054a0 #a454f0

Monochromatic Colors of #f054ee

#f054ee

Complementary Color

#f054ee #54f056

#f054ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f054ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f054ee Color CSS Codes

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

#f054ee Text Font Color

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

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


#f054ee Background Color

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

This div background color is #f054ee


#f054ee Border Color

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

This div border color is #f054ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f054ee


Comments

No comments written yet.

Please login to write comment.