Color Hex Logo

#fd4afe Color Hex

#FD4AFE
(253,74,254)
0 Favorites   0 Comments

Color spaces of #fd4afe

RGB 25374254
HSL0.830.990.64
HSV300°71°100°
CMYK 0.000.710.00   0.00
XYZ60.846232.936096.9163
Yxy32.93600.31910.1727
Hunter Lab57.389988.8178-59.9521
CIE-Lab64.109185.6273-54.2679

#fd4afe color RGB value is (253,74,254).

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

The process color (four color CMYK) of #fd4afe color hex is 0.00, 0.71, 0.00, 0.00. Web safe color of #fd4afe is #ff33ff. Color #fd4afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 11111110
Octal 375 112 376
Decimal 253 74 254
Hex FD 4A FE

RGB Percentages of Color #fd4afe

%43.55
%12.74
%43.72

CMYK Percentages of Color #fd4afe

%0
%71
%0
%0

Triadic Colors of #fd4afe

#fd4afe #fefd4a #4afefd

Analogous Colors of #fd4afe

#fd4afe #fe4aa5 #a34afe

Monochromatic Colors of #fd4afe

#fd4afe

Complementary Color

#fd4afe #4bfe4a

#fd4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4afe Color CSS Codes

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

#fd4afe Text Font Color

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

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


#fd4afe Background Color

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

This div background color is #fd4afe


#fd4afe Border Color

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

This div border color is #fd4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4afe

Related Colors


Comments

No comments written yet.

Please login to write comment.