Color Hex Logo

#d10dac Color Hex

#D10DAC
(209,13,172)
0 Favorites   0 Comments

Color spaces of #d10dac

RGB 20913172
HSL0.860.880.44
HSV311°94°82°
CMYK 0.000.940.18   0.18
XYZ33.884816.821740.4907
Yxy16.82170.37160.1845
Hunter Lab41.014375.6966-29.8232
CIE-Lab48.034678.5236-33.4186

#d10dac color RGB value is (209,13,172).

#d10dac hex color red value is 209, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d10dac hue: 0.86 , saturation: 0.88 and the lightness value of d10dac is 0.44.

The process color (four color CMYK) of #d10dac color hex is 0.00, 0.94, 0.18, 0.18. Web safe color of #d10dac is #cc0099. Color #d10dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001101 10101100
Octal 321 15 254
Decimal 209 13 172
Hex D1 D AC

RGB Percentages of Color #d10dac

%53.05
%3.30
%43.65

CMYK Percentages of Color #d10dac

%0
%94
%18
%18

Triadic Colors of #d10dac

#d10dac #acd10d #0dacd1

Analogous Colors of #d10dac

#d10dac #d10d4a #940dd1

Monochromatic Colors of #d10dac

#d10dac

Complementary Color

#d10dac #0dd132

#d10dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10dac Color CSS Codes

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

#d10dac Text Font Color

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

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


#d10dac Background Color

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

This div background color is #d10dac


#d10dac Border Color

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

This div border color is #d10dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,13,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10dac


Comments

No comments written yet.

Please login to write comment.