Color Hex Logo

#fe3da2 Color Hex

#FE3DA2
(254,61,162)
0 Favorites   0 Comments

Color spaces of #fe3da2

RGB 25461162
HSL0.910.990.62
HSV329°76°100°
CMYK 0.000.760.36   0.00
XYZ49.063427.017036.8113
Yxy27.01700.43460.2393
Hunter Lab51.977977.5299-5.6053
CIE-Lab58.990177.8581-10.0344

#fe3da2 color RGB value is (254,61,162).

#fe3da2 hex color red value is 254, green value is 61 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fe3da2 hue: 0.91 , saturation: 0.99 and the lightness value of fe3da2 is 0.62.

The process color (four color CMYK) of #fe3da2 color hex is 0.00, 0.76, 0.36, 0.00. Web safe color of #fe3da2 is #ff3399. Color #fe3da2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111101 10100010
Octal 376 75 242
Decimal 254 61 162
Hex FE 3D A2

RGB Percentages of Color #fe3da2

%53.25
%12.79
%33.96

CMYK Percentages of Color #fe3da2

%0
%76
%36
%0

Triadic Colors of #fe3da2

#fe3da2 #a2fe3d #3da2fe

Analogous Colors of #fe3da2

#fe3da2 #fe3d41 #fa3dfe

Monochromatic Colors of #fe3da2

#fe3da2

Complementary Color

#fe3da2 #3dfe99

#fe3da2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3da2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3da2 Color CSS Codes

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

#fe3da2 Text Font Color

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

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


#fe3da2 Background Color

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

This div background color is #fe3da2


#fe3da2 Border Color

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

This div border color is #fe3da2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3da2


Comments

No comments written yet.

Please login to write comment.