Color Hex Logo

#d13893 Color Hex

#D13893
(209,56,147)
0 Favorites   0 Comments

Color spaces of #d13893

RGB 20956147
HSL0.900.620.52
HSV324°73°82°
CMYK 0.000.730.30   0.18
XYZ32.975118.490229.4348
Yxy18.49020.40760.2286
Hunter Lab43.000261.6339-10.4854
CIE-Lab50.085366.4826-15.3791

#d13893 color RGB value is (209,56,147).

#d13893 hex color red value is 209, green value is 56 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d13893 hue: 0.90 , saturation: 0.62 and the lightness value of d13893 is 0.52.

The process color (four color CMYK) of #d13893 color hex is 0.00, 0.73, 0.30, 0.18. Web safe color of #d13893 is #cc3399. Color #d13893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 10010011
Octal 321 70 223
Decimal 209 56 147
Hex D1 38 93

RGB Percentages of Color #d13893

%50.73
%13.59
%35.68

CMYK Percentages of Color #d13893

%0
%73
%30
%18

Triadic Colors of #d13893

#d13893 #93d138 #3893d1

Analogous Colors of #d13893

#d13893 #d13846 #c338d1

Monochromatic Colors of #d13893

#d13893

Complementary Color

#d13893 #38d176

#d13893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13893 Color CSS Codes

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

#d13893 Text Font Color

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

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


#d13893 Background Color

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

This div background color is #d13893


#d13893 Border Color

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

This div border color is #d13893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13893


Comments

No comments written yet.

Please login to write comment.