Color Hex Logo

#f052bc Color Hex

#F052BC
(240,82,188)
0 Favorites   0 Comments

Color spaces of #f052bc

RGB 24082188
HSL0.890.840.63
HSV320°66°94°
CMYK 0.000.660.22   0.06
XYZ48.029628.190750.4869
Yxy28.19070.37910.2225
Hunter Lab53.094968.5548-19.2112
CIE-Lab60.060670.4065-23.6605

#f052bc color RGB value is (240,82,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010010 10111100
Octal 360 122 274
Decimal 240 82 188
Hex F0 52 BC

RGB Percentages of Color #f052bc

%47.06
%16.08
%36.86

CMYK Percentages of Color #f052bc

%0
%66
%22
%6

Triadic Colors of #f052bc

#f052bc #bcf052 #52bcf0

Analogous Colors of #f052bc

#f052bc #f0526d #d552f0

Monochromatic Colors of #f052bc

#f052bc

Complementary Color

#f052bc #52f086

#f052bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f052bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f052bc Color CSS Codes

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

#f052bc Text Font Color

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

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


#f052bc Background Color

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

This div background color is #f052bc


#f052bc Border Color

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

This div border color is #f052bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f052bc


Comments

No comments written yet.

Please login to write comment.