Color Hex Logo

#fe46dd Color Hex

#FE46DD
(254,70,221)
0 Favorites   0 Comments

Color spaces of #fe46dd

RGB 25470221
HSL0.860.990.64
HSV311°72°100°
CMYK 0.000.720.13   0.00
XYZ56.114430.671671.3693
Yxy30.67160.35480.1939
Hunter Lab55.381983.9423-37.6381
CIE-Lab62.229482.2559-38.8539

#fe46dd color RGB value is (254,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 11011101
Octal 376 106 335
Decimal 254 70 221
Hex FE 46 DD

RGB Percentages of Color #fe46dd

%46.61
%12.84
%40.55

CMYK Percentages of Color #fe46dd

%0
%72
%13
%0

Triadic Colors of #fe46dd

#fe46dd #ddfe46 #46ddfe

Analogous Colors of #fe46dd

#fe46dd #fe4681 #c346fe

Monochromatic Colors of #fe46dd

#fe46dd

Complementary Color

#fe46dd #46fe67

#fe46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe46dd Color CSS Codes

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

#fe46dd Text Font Color

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

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


#fe46dd Background Color

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

This div background color is #fe46dd


#fe46dd Border Color

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

This div border color is #fe46dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,70,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe46dd


Comments

No comments written yet.

Please login to write comment.