Color Hex Logo

#d61dad Color Hex

#D61DAD
(214,29,173)
0 Favorites   0 Comments

Color spaces of #d61dad

RGB 21429173
HSL0.870.760.48
HSV313°86°84°
CMYK 0.000.860.19   0.16
XYZ35.713718.192041.1642
Yxy18.19200.37570.1914
Hunter Lab42.652174.8216-27.3653
CIE-Lab49.728277.4909-31.2916

#d61dad color RGB value is (214,29,173).

#d61dad hex color red value is 214, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d61dad hue: 0.87 , saturation: 0.76 and the lightness value of d61dad is 0.48.

The process color (four color CMYK) of #d61dad color hex is 0.00, 0.86, 0.19, 0.16. Web safe color of #d61dad is #cc3399. Color #d61dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 10101101
Octal 326 35 255
Decimal 214 29 173
Hex D6 1D AD

RGB Percentages of Color #d61dad

%51.44
%6.97
%41.59

CMYK Percentages of Color #d61dad

%0
%86
%19
%16

Triadic Colors of #d61dad

#d61dad #add61d #1dadd6

Analogous Colors of #d61dad

#d61dad #d61d51 #a31dd6

Monochromatic Colors of #d61dad

#d61dad

Complementary Color

#d61dad #1dd646

#d61dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61dad Color CSS Codes

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

#d61dad Text Font Color

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

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


#d61dad Background Color

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

This div background color is #d61dad


#d61dad Border Color

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

This div border color is #d61dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,29,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61dad


Comments

No comments written yet.

Please login to write comment.