Color Hex Logo

#d44673 Color Hex

#D44673
(212,70,115)
0 Favorites   0 Comments

Color spaces of #d44673

RGB 21270115
HSL0.950.620.55
HSV341°67°83°
CMYK 0.000.670.46   0.17
XYZ32.436019.615218.2962
Yxy19.61520.46110.2788
Hunter Lab44.289153.22236.5091
CIE-Lab51.399358.89375.8410

#d44673 color RGB value is (212,70,115).

#d44673 hex color red value is 212, green value is 70 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d44673 hue: 0.95 , saturation: 0.62 and the lightness value of d44673 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 01110011
Octal 324 106 163
Decimal 212 70 115
Hex D4 46 73

RGB Percentages of Color #d44673

%53.40
%17.63
%28.97

CMYK Percentages of Color #d44673

%0
%67
%46
%17

Triadic Colors of #d44673

#d44673 #73d446 #4673d4

Analogous Colors of #d44673

#d44673 #d46046 #d446ba

Monochromatic Colors of #d44673

#d44673

Complementary Color

#d44673 #46d4a7

#d44673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44673 Color CSS Codes

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

#d44673 Text Font Color

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

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


#d44673 Background Color

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

This div background color is #d44673


#d44673 Border Color

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

This div border color is #d44673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44673


Comments

No comments written yet.

Please login to write comment.