Color Hex Logo

#fd1393 Color Hex

#FD1393
(253,19,147)
0 Favorites   0 Comments

Color spaces of #fd1393

RGB 25319147
HSL0.910.980.53
HSV327°92°99°
CMYK 0.000.920.42   0.01
XYZ46.007323.455029.7062
Yxy23.45500.46390.2365
Hunter Lab48.430484.8162-2.4660
CIE-Lab55.537984.2310-6.3744

#fd1393 color RGB value is (253,19,147).

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

The process color (four color CMYK) of #fd1393 color hex is 0.00, 0.92, 0.42, 0.01. Web safe color of #fd1393 is #ff0099. Color #fd1393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 10010011
Octal 375 23 223
Decimal 253 19 147
Hex FD 13 93

RGB Percentages of Color #fd1393

%60.38
%4.53
%35.08

CMYK Percentages of Color #fd1393

%0
%92
%42
%1

Triadic Colors of #fd1393

#fd1393 #93fd13 #1393fd

Analogous Colors of #fd1393

#fd1393 #fd131e #f213fd

Monochromatic Colors of #fd1393

#fd1393

Complementary Color

#fd1393 #13fd7d

#fd1393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1393 Color CSS Codes

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

#fd1393 Text Font Color

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

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


#fd1393 Background Color

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

This div background color is #fd1393


#fd1393 Border Color

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

This div border color is #fd1393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1393

Related Colors


Comments

No comments written yet.

Please login to write comment.