Color Hex Logo

#f052ca Color Hex

#F052CA
(240,82,202)
0 Favorites   0 Comments

Color spaces of #f052ca

RGB 24082202
HSL0.870.840.63
HSV314°66°94°
CMYK 0.000.660.16   0.06
XYZ49.613128.824158.8258
Yxy28.82410.36140.2100
Hunter Lab53.688170.9975-27.3821
CIE-Lab60.626172.2987-30.7779

#f052ca color RGB value is (240,82,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010010 11001010
Octal 360 122 312
Decimal 240 82 202
Hex F0 52 CA

RGB Percentages of Color #f052ca

%45.80
%15.65
%38.55

CMYK Percentages of Color #f052ca

%0
%66
%16
%6

Triadic Colors of #f052ca

#f052ca #caf052 #52caf0

Analogous Colors of #f052ca

#f052ca #f0527b #c752f0

Monochromatic Colors of #f052ca

#f052ca

Complementary Color

#f052ca #52f078

#f052ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f052ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f052ca Color CSS Codes

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

#f052ca Text Font Color

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

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


#f052ca Background Color

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

This div background color is #f052ca


#f052ca Border Color

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

This div border color is #f052ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f052ca


Comments

No comments written yet.

Please login to write comment.