Color Hex Logo

#ff53ce Color Hex

#FF53CE
(255,83,206)
0 Favorites   0 Comments

Color spaces of #ff53ce

RGB 25583206
HSL0.881.000.66
HSV317°67°100°
CMYK 0.000.670.19   0.00
XYZ55.473831.902761.6266
Yxy31.90270.37230.2141
Hunter Lab56.482576.4680-25.1521
CIE-Lab63.262476.2012-28.7777

#ff53ce color RGB value is (255,83,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 11001110
Octal 377 123 316
Decimal 255 83 206
Hex FF 53 CE

RGB Percentages of Color #ff53ce

%46.88
%15.26
%37.87

CMYK Percentages of Color #ff53ce

%0
%67
%19
%0

Triadic Colors of #ff53ce

#ff53ce #ceff53 #53ceff

Analogous Colors of #ff53ce

#ff53ce #ff5378 #da53ff

Monochromatic Colors of #ff53ce

#ff53ce

Complementary Color

#ff53ce #53ff84

#ff53ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53ce Color CSS Codes

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

#ff53ce Text Font Color

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

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


#ff53ce Background Color

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

This div background color is #ff53ce


#ff53ce Border Color

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

This div border color is #ff53ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53ce


Comments

No comments written yet.

Please login to write comment.