Color Hex Logo

#fe4ada Color Hex

#FE4ADA
(254,74,218)
0 Favorites   0 Comments

Color spaces of #fe4ada

RGB 25474218
HSL0.870.990.64
HSV312°71°100°
CMYK 0.000.710.14   0.00
XYZ55.976731.030369.3688
Yxy31.03030.35800.1984
Hunter Lab55.704881.8876-34.8400
CIE-Lab62.533280.6031-36.6915

#fe4ada color RGB value is (254,74,218).

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

The process color (four color CMYK) of #fe4ada color hex is 0.00, 0.71, 0.14, 0.00. Web safe color of #fe4ada is #ff33cc. Color #fe4ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001010 11011010
Octal 376 112 332
Decimal 254 74 218
Hex FE 4A DA

RGB Percentages of Color #fe4ada

%46.52
%13.55
%39.93

CMYK Percentages of Color #fe4ada

%0
%71
%14
%0

Triadic Colors of #fe4ada

#fe4ada #dafe4a #4adafe

Analogous Colors of #fe4ada

#fe4ada #fe4a80 #c84afe

Monochromatic Colors of #fe4ada

#fe4ada

Complementary Color

#fe4ada #4afe6e

#fe4ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4ada Color CSS Codes

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

#fe4ada Text Font Color

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

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


#fe4ada Background Color

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

This div background color is #fe4ada


#fe4ada Border Color

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

This div border color is #fe4ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4ada


Comments

No comments written yet.

Please login to write comment.