Color Hex Logo

#fe46cc Color Hex

#FE46CC
(254,70,204)
0 Favorites   0 Comments

Color spaces of #fe46cc

RGB 25470204
HSL0.880.990.64
HSV316°72°100°
CMYK 0.000.720.20   0.00
XYZ53.962329.810860.0367
Yxy29.81080.37520.2073
Hunter Lab54.599380.8689-26.9751
CIE-Lab61.490680.0081-30.3974

#fe46cc color RGB value is (254,70,204).

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

The process color (four color CMYK) of #fe46cc color hex is 0.00, 0.72, 0.20, 0.00. Web safe color of #fe46cc is #ff33cc. Color #fe46cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 11001100
Octal 376 106 314
Decimal 254 70 204
Hex FE 46 CC

RGB Percentages of Color #fe46cc

%48.11
%13.26
%38.64

CMYK Percentages of Color #fe46cc

%0
%72
%20
%0

Triadic Colors of #fe46cc

#fe46cc #ccfe46 #46ccfe

Analogous Colors of #fe46cc

#fe46cc #fe4670 #d446fe

Monochromatic Colors of #fe46cc

#fe46cc

Complementary Color

#fe46cc #46fe78

#fe46cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe46cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe46cc Color CSS Codes

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

#fe46cc Text Font Color

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

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


#fe46cc Background Color

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

This div background color is #fe46cc


#fe46cc Border Color

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

This div border color is #fe46cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe46cc


Comments

No comments written yet.

Please login to write comment.