Color Hex Logo

#d13573 Color Hex

#D13573
(209,53,115)
0 Favorites   0 Comments

Color spaces of #d13573

RGB 20953115
HSL0.930.630.51
HSV336°75°82°
CMYK 0.000.750.45   0.18
XYZ30.662117.339317.9504
Yxy17.33930.46490.2629
Hunter Lab41.640558.56823.5896
CIE-Lab48.684764.10521.8604

#d13573 color RGB value is (209,53,115).

#d13573 hex color red value is 209, green value is 53 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d13573 hue: 0.93 , saturation: 0.63 and the lightness value of d13573 is 0.51.

The process color (four color CMYK) of #d13573 color hex is 0.00, 0.75, 0.45, 0.18. Web safe color of #d13573 is #cc3366. Color #d13573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 01110011
Octal 321 65 163
Decimal 209 53 115
Hex D1 35 73

RGB Percentages of Color #d13573

%55.44
%14.06
%30.50

CMYK Percentages of Color #d13573

%0
%75
%45
%18

Triadic Colors of #d13573

#d13573 #73d135 #3573d1

Analogous Colors of #d13573

#d13573 #d14535 #d135c1

Monochromatic Colors of #d13573

#d13573

Complementary Color

#d13573 #35d193

#d13573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13573 Color CSS Codes

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

#d13573 Text Font Color

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

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


#d13573 Background Color

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

This div background color is #d13573


#d13573 Border Color

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

This div border color is #d13573


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,53,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13573


Comments

No comments written yet.

Please login to write comment.