Color Hex Logo

#ff53cc Color Hex

#FF53CC
(255,83,204)
0 Favorites   0 Comments

Color spaces of #ff53cc

RGB 25583204
HSL0.881.000.66
HSV318°67°100°
CMYK 0.000.670.20   0.00
XYZ55.232331.806160.3549
Yxy31.80610.37470.2158
Hunter Lab56.396976.1194-23.9732
CIE-Lab63.182375.9392-27.7699

#ff53cc color RGB value is (255,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 11001100
Octal 377 123 314
Decimal 255 83 204
Hex FF 53 CC

RGB Percentages of Color #ff53cc

%47.05
%15.31
%37.64

CMYK Percentages of Color #ff53cc

%0
%67
%20
%0

Triadic Colors of #ff53cc

#ff53cc #ccff53 #53ccff

Analogous Colors of #ff53cc

#ff53cc #ff5376 #dc53ff

Monochromatic Colors of #ff53cc

#ff53cc

Complementary Color

#ff53cc #53ff86

#ff53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53cc Color CSS Codes

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

#ff53cc Text Font Color

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

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


#ff53cc Background Color

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

This div background color is #ff53cc


#ff53cc Border Color

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

This div border color is #ff53cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,83,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 #ff53cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53cc


Comments

No comments written yet.

Please login to write comment.