Color Hex Logo

#d64773 Color Hex

#D64773
(214,71,115)
0 Favorites   0 Comments

Color spaces of #d64773

RGB 21471115
HSL0.950.640.56
HSV342°67°84°
CMYK 0.000.670.46   0.16
XYZ33.079320.040418.3444
Yxy20.04040.46290.2804
Hunter Lab44.766553.55767.0407
CIE-Lab51.882959.10446.5779

#d64773 color RGB value is (214,71,115).

#d64773 hex color red value is 214, green value is 71 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d64773 hue: 0.95 , saturation: 0.64 and the lightness value of d64773 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 01110011
Octal 326 107 163
Decimal 214 71 115
Hex D6 47 73

RGB Percentages of Color #d64773

%53.50
%17.75
%28.75

CMYK Percentages of Color #d64773

%0
%67
%46
%16

Triadic Colors of #d64773

#d64773 #73d647 #4773d6

Analogous Colors of #d64773

#d64773 #d66347 #d647bb

Monochromatic Colors of #d64773

#d64773

Complementary Color

#d64773 #47d6aa

#d64773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64773 Color CSS Codes

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

#d64773 Text Font Color

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

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


#d64773 Background Color

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

This div background color is #d64773


#d64773 Border Color

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

This div border color is #d64773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64773


Comments

No comments written yet.

Please login to write comment.