Color Hex Logo

#f053de Color Hex

#F053DE
(240,83,222)
0 Favorites   0 Comments

Color spaces of #f053de

RGB 24083222
HSL0.850.840.63
HSV307°65°94°
CMYK 0.000.650.08   0.06
XYZ52.213329.985772.1431
Yxy29.98570.33830.1943
Hunter Lab54.759274.3725-39.7808
CIE-Lab61.641974.8339-40.4926

#f053de color RGB value is (240,83,222).

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

The process color (four color CMYK) of #f053de color hex is 0.00, 0.65, 0.08, 0.06. Web safe color of #f053de is #ff66cc. Color #f053de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 11011110
Octal 360 123 336
Decimal 240 83 222
Hex F0 53 DE

RGB Percentages of Color #f053de

%44.04
%15.23
%40.73

CMYK Percentages of Color #f053de

%0
%65
%8
%6

Triadic Colors of #f053de

#f053de #def053 #53def0

Analogous Colors of #f053de

#f053de #f05390 #b453f0

Monochromatic Colors of #f053de

#f053de

Complementary Color

#f053de #53f065

#f053de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053de Color CSS Codes

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

#f053de Text Font Color

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

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


#f053de Background Color

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

This div background color is #f053de


#f053de Border Color

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

This div border color is #f053de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053de


Comments

No comments written yet.

Please login to write comment.