Color Hex Logo

#d31daa Color Hex

#D31DAA
(211,29,170)
0 Favorites   0 Comments

Color spaces of #d31daa

RGB 21129170
HSL0.870.760.47
HSV314°86°83°
CMYK 0.000.860.19   0.17
XYZ34.559017.629939.6117
Yxy17.62990.37650.1920
Hunter Lab41.988073.4389-26.5429
CIE-Lab49.044176.5082-30.6297

#d31daa color RGB value is (211,29,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011101 10101010
Octal 323 35 252
Decimal 211 29 170
Hex D3 1D AA

RGB Percentages of Color #d31daa

%51.46
%7.07
%41.46

CMYK Percentages of Color #d31daa

%0
%86
%19
%17

Triadic Colors of #d31daa

#d31daa #aad31d #1daad3

Analogous Colors of #d31daa

#d31daa #d31d4f #a11dd3

Monochromatic Colors of #d31daa

#d31daa

Complementary Color

#d31daa #1dd346

#d31daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31daa Color CSS Codes

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

#d31daa Text Font Color

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

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


#d31daa Background Color

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

This div background color is #d31daa


#d31daa Border Color

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

This div border color is #d31daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31daa


Comments

No comments written yet.

Please login to write comment.