Color Hex Logo

#f052fb Color Hex

#F052FB
(240,82,251)
0 Favorites   0 Comments

Color spaces of #f052fb

RGB 24082251
HSL0.820.950.65
HSV296°67°98°
CMYK 0.040.670.00   0.02
XYZ56.365131.524994.3809
Yxy31.52490.30920.1730
Hunter Lab56.147080.9359-60.3612
CIE-Lab62.948379.7812-54.5767

#f052fb color RGB value is (240,82,251).

#f052fb hex color red value is 240, green value is 82 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f052fb hue: 0.82 , saturation: 0.95 and the lightness value of f052fb is 0.65.

The process color (four color CMYK) of #f052fb color hex is 0.04, 0.67, 0.00, 0.02. Web safe color of #f052fb is #ff66ff. Color #f052fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010010 11111011
Octal 360 122 373
Decimal 240 82 251
Hex F0 52 FB

RGB Percentages of Color #f052fb

%41.88
%14.31
%43.80

CMYK Percentages of Color #f052fb

%4
%67
%0
%2

Triadic Colors of #f052fb

#f052fb #fbf052 #52fbf0

Analogous Colors of #f052fb

#f052fb #fb52b2 #9c52fb

Monochromatic Colors of #f052fb

#f052fb

Complementary Color

#f052fb #5dfb52

#f052fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f052fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f052fb Color CSS Codes

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

#f052fb Text Font Color

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

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


#f052fb Background Color

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

This div background color is #f052fb


#f052fb Border Color

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

This div border color is #f052fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f052fb

Related Colors


Comments

No comments written yet.

Please login to write comment.