Color Hex Logo

#fd4aed Color Hex

#FD4AED
(253,74,237)
0 Favorites   0 Comments

Color spaces of #fd4aed

RGB 25374237
HSL0.850.980.64
HSV305°71°99°
CMYK 0.000.710.06   0.01
XYZ58.242931.894683.2073
Yxy31.89460.33600.1840
Hunter Lab56.475385.2550-47.8216
CIE-Lab63.255783.0702-46.2032

#fd4aed color RGB value is (253,74,237).

#fd4aed hex color red value is 253, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fd4aed hue: 0.85 , saturation: 0.98 and the lightness value of fd4aed is 0.64.

The process color (four color CMYK) of #fd4aed color hex is 0.00, 0.71, 0.06, 0.01. Web safe color of #fd4aed is #ff33ff. Color #fd4aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 11101101
Octal 375 112 355
Decimal 253 74 237
Hex FD 4A ED

RGB Percentages of Color #fd4aed

%44.86
%13.12
%42.02

CMYK Percentages of Color #fd4aed

%0
%71
%6
%1

Triadic Colors of #fd4aed

#fd4aed #edfd4a #4aedfd

Analogous Colors of #fd4aed

#fd4aed #fd4a94 #b44afd

Monochromatic Colors of #fd4aed

#fd4aed

Complementary Color

#fd4aed #4afd5a

#fd4aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4aed Color CSS Codes

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

#fd4aed Text Font Color

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

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


#fd4aed Background Color

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

This div background color is #fd4aed


#fd4aed Border Color

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

This div border color is #fd4aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4aed

Related Colors


Comments

No comments written yet.

Please login to write comment.