Color Hex Logo

#fe53cc Color Hex

#FE53CC
(254,83,204)
0 Favorites   0 Comments

Color spaces of #fe53cc

RGB 25483204
HSL0.880.990.66
HSV318°67°100°
CMYK 0.000.670.20   0.00
XYZ54.865431.617060.3377
Yxy31.61700.37370.2153
Hunter Lab56.229075.7705-24.2621
CIE-Lab63.025175.6910-28.0254

#fe53cc color RGB value is (254,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 11001100
Octal 376 123 314
Decimal 254 83 204
Hex FE 53 CC

RGB Percentages of Color #fe53cc

%46.95
%15.34
%37.71

CMYK Percentages of Color #fe53cc

%0
%67
%20
%0

Triadic Colors of #fe53cc

#fe53cc #ccfe53 #53ccfe

Analogous Colors of #fe53cc

#fe53cc #fe5377 #db53fe

Monochromatic Colors of #fe53cc

#fe53cc

Complementary Color

#fe53cc #53fe85

#fe53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe53cc Color CSS Codes

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

#fe53cc Text Font Color

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

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


#fe53cc Background Color

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

This div background color is #fe53cc


#fe53cc Border Color

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

This div border color is #fe53cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe53cc


Comments

No comments written yet.

Please login to write comment.