Color Hex Logo

#ff52ce Color Hex

#FF52CE
(255,82,206)
0 Favorites   0 Comments

Color spaces of #ff52ce

RGB 25582206
HSL0.881.000.66
HSV317°68°100°
CMYK 0.000.680.19   0.00
XYZ55.397931.750861.6012
Yxy31.75080.37240.2135
Hunter Lab56.347876.8820-25.3742
CIE-Lab63.136476.5537-28.9722

#ff52ce color RGB value is (255,82,206).

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

The process color (four color CMYK) of #ff52ce color hex is 0.00, 0.68, 0.19, 0.00. Web safe color of #ff52ce is #ff66cc. Color #ff52ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 11001110
Octal 377 122 316
Decimal 255 82 206
Hex FF 52 CE

RGB Percentages of Color #ff52ce

%46.96
%15.10
%37.94

CMYK Percentages of Color #ff52ce

%0
%68
%19
%0

Triadic Colors of #ff52ce

#ff52ce #ceff52 #52ceff

Analogous Colors of #ff52ce

#ff52ce #ff5278 #da52ff

Monochromatic Colors of #ff52ce

#ff52ce

Complementary Color

#ff52ce #52ff83

#ff52ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff52ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff52ce Color CSS Codes

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

#ff52ce Text Font Color

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

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


#ff52ce Background Color

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

This div background color is #ff52ce


#ff52ce Border Color

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

This div border color is #ff52ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff52ce

Related Colors


Comments

No comments written yet.

Please login to write comment.