Color Hex Logo

#fd1c93 Color Hex

#FD1C93
(253,28,147)
0 Favorites   0 Comments

Color spaces of #fd1c93

RGB 25328147
HSL0.910.980.55
HSV328°89°99°
CMYK 0.000.890.42   0.01
XYZ46.189723.819729.7670
Yxy23.81970.46290.2387
Hunter Lab48.805483.5238-1.9979
CIE-Lab55.906883.1591-5.8268

#fd1c93 color RGB value is (253,28,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011100 10010011
Octal 375 34 223
Decimal 253 28 147
Hex FD 1C 93

RGB Percentages of Color #fd1c93

%59.11
%6.54
%34.35

CMYK Percentages of Color #fd1c93

%0
%89
%42
%1

Triadic Colors of #fd1c93

#fd1c93 #93fd1c #1c93fd

Analogous Colors of #fd1c93

#fd1c93 #fd1c22 #f71cfd

Monochromatic Colors of #fd1c93

#fd1c93

Complementary Color

#fd1c93 #1cfd86

#fd1c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1c93 Color CSS Codes

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

#fd1c93 Text Font Color

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

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


#fd1c93 Background Color

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

This div background color is #fd1c93


#fd1c93 Border Color

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

This div border color is #fd1c93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1c93


Comments

No comments written yet.

Please login to write comment.