Color Hex Logo

#ff52ec Color Hex

#FF52EC
(255,82,236)
0 Favorites   0 Comments

Color spaces of #ff52ec

RGB 25582236
HSL0.851.000.66
HSV307°68°100°
CMYK 0.000.680.07   0.00
XYZ59.397633.350782.6636
Yxy33.35070.33860.1901
Hunter Lab57.750182.5298-44.4428
CIE-Lab64.443980.7369-43.7554

#ff52ec color RGB value is (255,82,236).

#ff52ec hex color red value is 255, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ff52ec hue: 0.85 , saturation: 1.00 and the lightness value of ff52ec is 0.66.

The process color (four color CMYK) of #ff52ec color hex is 0.00, 0.68, 0.07, 0.00. Web safe color of #ff52ec is #ff66ff. Color #ff52ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 11101100
Octal 377 122 354
Decimal 255 82 236
Hex FF 52 EC

RGB Percentages of Color #ff52ec

%44.50
%14.31
%41.19

CMYK Percentages of Color #ff52ec

%0
%68
%7
%0

Triadic Colors of #ff52ec

#ff52ec #ecff52 #52ecff

Analogous Colors of #ff52ec

#ff52ec #ff5296 #bc52ff

Monochromatic Colors of #ff52ec

#ff52ec

Complementary Color

#ff52ec #52ff65

#ff52ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff52ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff52ec Color CSS Codes

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

#ff52ec Text Font Color

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

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


#ff52ec Background Color

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

This div background color is #ff52ec


#ff52ec Border Color

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

This div border color is #ff52ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff52ec


Comments

No comments written yet.

Please login to write comment.