Color Hex Logo

#fd5afe Color Hex

#FD5AFE
(253,90,254)
0 Favorites   0 Comments

Color spaces of #fd5afe

RGB 25390254
HSL0.830.990.67
HSV300°65°100°
CMYK 0.000.650.00   0.00
XYZ62.053635.350797.3187
Yxy35.35070.31870.1815
Hunter Lab59.456582.2483-55.4267
CIE-Lab66.020880.2188-51.2377

#fd5afe color RGB value is (253,90,254).

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

The process color (four color CMYK) of #fd5afe color hex is 0.00, 0.65, 0.00, 0.00. Web safe color of #fd5afe is #ff66ff. Color #fd5afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011010 11111110
Octal 375 132 376
Decimal 253 90 254
Hex FD 5A FE

RGB Percentages of Color #fd5afe

%42.38
%15.08
%42.55

CMYK Percentages of Color #fd5afe

%0
%65
%0
%0

Triadic Colors of #fd5afe

#fd5afe #fefd5a #5afefd

Analogous Colors of #fd5afe

#fd5afe #fe5aad #ab5afe

Monochromatic Colors of #fd5afe

#fd5afe

Complementary Color

#fd5afe #5bfe5a

#fd5afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5afe Color CSS Codes

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

#fd5afe Text Font Color

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

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


#fd5afe Background Color

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

This div background color is #fd5afe


#fd5afe Border Color

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

This div border color is #fd5afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,90,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 #fd5afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5afe

Related Colors


Comments

No comments written yet.

Please login to write comment.