Color Hex Logo

#d03daa Color Hex

#D03DAA
(208,61,170)
0 Favorites   0 Comments

Color spaces of #d03daa

RGB 20861170
HSL0.880.610.53
HSV316°71°82°
CMYK 0.000.710.18   0.18
XYZ34.936919.649739.9816
Yxy19.64970.36940.2078
Hunter Lab44.328063.1100-22.4470
CIE-Lab51.438867.4822-26.9439

#d03daa color RGB value is (208,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111101 10101010
Octal 320 75 252
Decimal 208 61 170
Hex D0 3D AA

RGB Percentages of Color #d03daa

%47.38
%13.90
%38.72

CMYK Percentages of Color #d03daa

%0
%71
%18
%18

Triadic Colors of #d03daa

#d03daa #aad03d #3daad0

Analogous Colors of #d03daa

#d03daa #d03d60 #ad3dd0

Monochromatic Colors of #d03daa

#d03daa

Complementary Color

#d03daa #3dd063

#d03daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03daa Color CSS Codes

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

#d03daa Text Font Color

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

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


#d03daa Background Color

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

This div background color is #d03daa


#d03daa Border Color

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

This div border color is #d03daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03daa


Comments

No comments written yet.

Please login to write comment.