Color Hex Logo

#f053bb Color Hex

#F053BB
(240,83,187)
0 Favorites   0 Comments

Color spaces of #f053bb

RGB 24083187
HSL0.890.840.63
HSV320°65°94°
CMYK 0.000.650.22   0.06
XYZ47.998128.299649.9463
Yxy28.29960.38020.2242
Hunter Lab53.197467.9588-18.4284
CIE-Lab60.158469.8978-22.9373

#f053bb color RGB value is (240,83,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 10111011
Octal 360 123 273
Decimal 240 83 187
Hex F0 53 BB

RGB Percentages of Color #f053bb

%47.06
%16.27
%36.67

CMYK Percentages of Color #f053bb

%0
%65
%22
%6

Triadic Colors of #f053bb

#f053bb #bbf053 #53bbf0

Analogous Colors of #f053bb

#f053bb #f0536d #d753f0

Monochromatic Colors of #f053bb

#f053bb

Complementary Color

#f053bb #53f088

#f053bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053bb Color CSS Codes

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

#f053bb Text Font Color

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

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


#f053bb Background Color

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

This div background color is #f053bb


#f053bb Border Color

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

This div border color is #f053bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053bb


Comments

No comments written yet.

Please login to write comment.