Color Hex Logo

#f053eb Color Hex

#F053EB
(240,83,235)
0 Favorites   0 Comments

Color spaces of #f053eb

RGB 24083235
HSL0.840.840.63
HSV302°65°94°
CMYK 0.000.650.02   0.06
XYZ54.023830.709981.6775
Yxy30.70990.32460.1845
Hunter Lab55.416577.0351-48.5950
CIE-Lab62.262076.8405-46.7889

#f053eb color RGB value is (240,83,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 11101011
Octal 360 123 353
Decimal 240 83 235
Hex F0 53 EB

RGB Percentages of Color #f053eb

%43.01
%14.87
%42.11

CMYK Percentages of Color #f053eb

%0
%65
%2
%6

Triadic Colors of #f053eb

#f053eb #ebf053 #53ebf0

Analogous Colors of #f053eb

#f053eb #f0539d #a753f0

Monochromatic Colors of #f053eb

#f053eb

Complementary Color

#f053eb #53f058

#f053eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053eb Color CSS Codes

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

#f053eb Text Font Color

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

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


#f053eb Background Color

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

This div background color is #f053eb


#f053eb Border Color

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

This div border color is #f053eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053eb


Comments

No comments written yet.

Please login to write comment.