Color Hex Logo

#f053ee Color Hex

#F053EE
(240,83,238)
0 Favorites   0 Comments

Color spaces of #f053ee

RGB 24083238
HSL0.840.840.63
HSV301°65°94°
CMYK 0.000.650.01   0.06
XYZ54.461130.884883.9799
Yxy30.88480.32160.1824
Hunter Lab55.574177.6705-50.6933
CIE-Lab62.410377.3159-48.2250

#f053ee color RGB value is (240,83,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 11101110
Octal 360 123 356
Decimal 240 83 238
Hex F0 53 EE

RGB Percentages of Color #f053ee

%42.78
%14.80
%42.42

CMYK Percentages of Color #f053ee

%0
%65
%1
%6

Triadic Colors of #f053ee

#f053ee #eef053 #53eef0

Analogous Colors of #f053ee

#f053ee #f053a0 #a453f0

Monochromatic Colors of #f053ee

#f053ee

Complementary Color

#f053ee #53f055

#f053ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053ee Color CSS Codes

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

#f053ee Text Font Color

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

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


#f053ee Background Color

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

This div background color is #f053ee


#f053ee Border Color

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

This div border color is #f053ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053ee

Related Colors


Comments

No comments written yet.

Please login to write comment.