Color Hex Logo

#d13daa Color Hex

#D13DAA
(209,61,170)
0 Favorites   0 Comments

Color spaces of #d13daa

RGB 20961170
HSL0.880.620.53
HSV316°71°82°
CMYK 0.000.710.19   0.18
XYZ35.218919.795139.9948
Yxy19.79510.37070.2084
Hunter Lab44.491763.4373-22.1532
CIE-Lab51.604867.7281-26.6735

#d13daa color RGB value is (209,61,170).

#d13daa hex color red value is 209, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d13daa hue: 0.88 , saturation: 0.62 and the lightness value of d13daa is 0.53.

The process color (four color CMYK) of #d13daa color hex is 0.00, 0.71, 0.19, 0.18. Web safe color of #d13daa is #cc3399. Color #d13daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111101 10101010
Octal 321 75 252
Decimal 209 61 170
Hex D1 3D AA

RGB Percentages of Color #d13daa

%47.50
%13.86
%38.64

CMYK Percentages of Color #d13daa

%0
%71
%19
%18

Triadic Colors of #d13daa

#d13daa #aad13d #3daad1

Analogous Colors of #d13daa

#d13daa #d13d60 #ae3dd1

Monochromatic Colors of #d13daa

#d13daa

Complementary Color

#d13daa #3dd164

#d13daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13daa Color CSS Codes

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

#d13daa Text Font Color

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

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


#d13daa Background Color

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

This div background color is #d13daa


#d13daa Border Color

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

This div border color is #d13daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13daa


Comments

No comments written yet.

Please login to write comment.