Color Hex Logo

#ff1493 Color Hex DeepPink1

#FF1493
(255,20,147)
129 Favorites   2 Comments

Color spaces of #ff1493 DeepPink1

RGB 25520147
HSL0.911.000.54
HSV328°92°100°
CMYK 0.000.920.42   0.00
XYZ46.756623.866929.7462
Yxy23.86690.46580.2378
Hunter Lab48.853885.3434-1.9030
CIE-Lab55.954384.5562-5.7147

#ff1493 color RGB value is (255,20,147). #ff1493 color name is DeepPink1 color.

#ff1493 hex color red value is 255, green value is 20 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ff1493 hue: 0.91 , saturation: 1.00 and the lightness value of ff1493 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 10010011
Octal 377 24 223
Decimal 255 20 147
Hex FF 14 93

RGB Percentages of Color #ff1493

%60.43
%4.74
%34.83

CMYK Percentages of Color #ff1493

%0
%92
%42
%0

Triadic Colors of #ff1493

#ff1493 #93ff14 #1493ff

Analogous Colors of #ff1493

#ff1493 #ff141d #f614ff

Monochromatic Colors of #ff1493

#ff1493

Complementary Color

#ff1493 #14ff80

#ff1493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1493 Color CSS Codes

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

#ff1493 Text Font Color

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

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


#ff1493 Background Color

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

This div background color is #ff1493


#ff1493 Border Color

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

This div border color is #ff1493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1493


Comments

30 Mar 2019, 1:36 honestabe

@fluttershyslover disturbing. please get help

29 Oct 2015, 19:16 MCE14

This color is beautiful, and elegant!

Please login to write comment.