Color Hex Logo

#ff52cc Color Hex

#FF52CC
(255,82,204)
0 Favorites   0 Comments

Color spaces of #ff52cc

RGB 25582204
HSL0.881.000.66
HSV318°68°100°
CMYK 0.000.680.20   0.00
XYZ55.156431.654260.3296
Yxy31.65420.37490.2151
Hunter Lab56.262176.5335-24.1930
CIE-Lab63.056076.2922-27.9647

#ff52cc color RGB value is (255,82,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 11001100
Octal 377 122 314
Decimal 255 82 204
Hex FF 52 CC

RGB Percentages of Color #ff52cc

%47.13
%15.16
%37.71

CMYK Percentages of Color #ff52cc

%0
%68
%20
%0

Triadic Colors of #ff52cc

#ff52cc #ccff52 #52ccff

Analogous Colors of #ff52cc

#ff52cc #ff5276 #dc52ff

Monochromatic Colors of #ff52cc

#ff52cc

Complementary Color

#ff52cc #52ff85

#ff52cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff52cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff52cc Color CSS Codes

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

#ff52cc Text Font Color

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

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


#ff52cc Background Color

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

This div background color is #ff52cc


#ff52cc Border Color

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

This div border color is #ff52cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff52cc

Related Colors


Comments

No comments written yet.

Please login to write comment.