Color Hex Logo

#fd5efd Color Hex

#FD5EFD
(253,94,253)
0 Favorites   0 Comments

Color spaces of #fd5efd

RGB 25394253
HSL0.830.980.68
HSV300°63°99°
CMYK 0.000.630.00   0.01
XYZ62.240335.979996.5929
Yxy35.97990.31950.1847
Hunter Lab59.983280.2459-53.4883
CIE-Lab66.504678.5682-49.9235

#fd5efd color RGB value is (253,94,253).

#fd5efd hex color red value is 253, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fd5efd hue: 0.83 , saturation: 0.98 and the lightness value of fd5efd is 0.68.

The process color (four color CMYK) of #fd5efd color hex is 0.00, 0.63, 0.00, 0.01. Web safe color of #fd5efd is #ff66ff. Color #fd5efd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011110 11111101
Octal 375 136 375
Decimal 253 94 253
Hex FD 5E FD

RGB Percentages of Color #fd5efd

%42.17
%15.67
%42.17

CMYK Percentages of Color #fd5efd

%0
%63
%0
%1

Triadic Colors of #fd5efd

#fd5efd #fdfd5e #5efdfd

Analogous Colors of #fd5efd

#fd5efd #fd5eae #ae5efd

Monochromatic Colors of #fd5efd

#fd5efd

Complementary Color

#fd5efd #5efd5e

#fd5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5efd Color CSS Codes

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

#fd5efd Text Font Color

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

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


#fd5efd Background Color

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

This div background color is #fd5efd


#fd5efd Border Color

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

This div border color is #fd5efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5efd

Related Colors


Comments

No comments written yet.

Please login to write comment.