Color Hex Logo

#f052b2 Color Hex

#F052B2
(240,82,178)
0 Favorites   0 Comments

Color spaces of #f052b2

RGB 24082178
HSL0.900.840.63
HSV324°66°94°
CMYK 0.000.660.26   0.06
XYZ46.988427.774245.0039
Yxy27.77420.39230.2319
Hunter Lab52.701266.9234-13.7395
CIE-Lab59.684269.1302-18.4896

#f052b2 color RGB value is (240,82,178).

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

The process color (four color CMYK) of #f052b2 color hex is 0.00, 0.66, 0.26, 0.06. Web safe color of #f052b2 is #ff6699. Color #f052b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010010 10110010
Octal 360 122 262
Decimal 240 82 178
Hex F0 52 B2

RGB Percentages of Color #f052b2

%48.00
%16.40
%35.60

CMYK Percentages of Color #f052b2

%0
%66
%26
%6

Triadic Colors of #f052b2

#f052b2 #b2f052 #52b2f0

Analogous Colors of #f052b2

#f052b2 #f05263 #df52f0

Monochromatic Colors of #f052b2

#f052b2

Complementary Color

#f052b2 #52f090

#f052b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f052b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f052b2 Color CSS Codes

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

#f052b2 Text Font Color

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

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


#f052b2 Background Color

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

This div background color is #f052b2


#f052b2 Border Color

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

This div border color is #f052b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f052b2


Comments

No comments written yet.

Please login to write comment.