Color Hex Logo

#d63573 Color Hex

#D63573
(214,53,115)
0 Favorites   0 Comments

Color spaces of #d63573

RGB 21453115
HSL0.940.660.52
HSV337°75°84°
CMYK 0.000.750.46   0.16
XYZ32.099218.080218.0177
Yxy18.08020.47070.2651
Hunter Lab42.520860.33924.6411
CIE-Lab49.593265.46513.2899

#d63573 color RGB value is (214,53,115).

#d63573 hex color red value is 214, green value is 53 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d63573 hue: 0.94 , saturation: 0.66 and the lightness value of d63573 is 0.52.

The process color (four color CMYK) of #d63573 color hex is 0.00, 0.75, 0.46, 0.16. Web safe color of #d63573 is #cc3366. Color #d63573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110101 01110011
Octal 326 65 163
Decimal 214 53 115
Hex D6 35 73

RGB Percentages of Color #d63573

%56.02
%13.87
%30.10

CMYK Percentages of Color #d63573

%0
%75
%46
%16

Triadic Colors of #d63573

#d63573 #73d635 #3573d6

Analogous Colors of #d63573

#d63573 #d64735 #d635c4

Monochromatic Colors of #d63573

#d63573

Complementary Color

#d63573 #35d698

#d63573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63573 Color CSS Codes

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

#d63573 Text Font Color

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

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


#d63573 Background Color

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

This div background color is #d63573


#d63573 Border Color

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

This div border color is #d63573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63573


Comments

No comments written yet.

Please login to write comment.