Color Hex Logo

#f053be Color Hex

#F053BE
(240,83,190)
0 Favorites   0 Comments

Color spaces of #f053be

RGB 24083190
HSL0.890.840.63
HSV319°65°94°
CMYK 0.000.650.21   0.06
XYZ48.322728.429551.6557
Yxy28.42950.37630.2214
Hunter Lab53.319368.4637-20.1166
CIE-Lab60.274870.2918-24.4767

#f053be color RGB value is (240,83,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 10111110
Octal 360 123 276
Decimal 240 83 190
Hex F0 53 BE

RGB Percentages of Color #f053be

%46.78
%16.18
%37.04

CMYK Percentages of Color #f053be

%0
%65
%21
%6

Triadic Colors of #f053be

#f053be #bef053 #53bef0

Analogous Colors of #f053be

#f053be #f05370 #d453f0

Monochromatic Colors of #f053be

#f053be

Complementary Color

#f053be #53f085

#f053be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053be Color CSS Codes

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

#f053be Text Font Color

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

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


#f053be Background Color

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

This div background color is #f053be


#f053be Border Color

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

This div border color is #f053be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053be


Comments

No comments written yet.

Please login to write comment.