Color Hex Logo

#fd1e93 Color Hex

#FD1E93
(253,30,147)
0 Favorites   0 Comments

Color spaces of #fd1e93

RGB 25330147
HSL0.910.980.55
HSV329°88°99°
CMYK 0.000.880.42   0.01
XYZ46.238723.917829.7833
Yxy23.91780.46270.2393
Hunter Lab48.905883.1801-1.8731
CIE-Lab56.005482.8732-5.6805

#fd1e93 color RGB value is (253,30,147).

#fd1e93 hex color red value is 253, green value is 30 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fd1e93 hue: 0.91 , saturation: 0.98 and the lightness value of fd1e93 is 0.55.

The process color (four color CMYK) of #fd1e93 color hex is 0.00, 0.88, 0.42, 0.01. Web safe color of #fd1e93 is #ff3399. Color #fd1e93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011110 10010011
Octal 375 36 223
Decimal 253 30 147
Hex FD 1E 93

RGB Percentages of Color #fd1e93

%58.84
%6.98
%34.19

CMYK Percentages of Color #fd1e93

%0
%88
%42
%1

Triadic Colors of #fd1e93

#fd1e93 #93fd1e #1e93fd

Analogous Colors of #fd1e93

#fd1e93 #fd1e24 #f81efd

Monochromatic Colors of #fd1e93

#fd1e93

Complementary Color

#fd1e93 #1efd88

#fd1e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1e93 Color CSS Codes

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

#fd1e93 Text Font Color

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

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


#fd1e93 Background Color

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

This div background color is #fd1e93


#fd1e93 Border Color

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

This div border color is #fd1e93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1e93

Related Colors


Comments

No comments written yet.

Please login to write comment.