Color Hex Logo

#d12daa Color Hex

#D12DAA
(209,45,170)
0 Favorites   0 Comments

Color spaces of #d12daa

RGB 20945170
HSL0.870.650.50
HSV314°78°82°
CMYK 0.000.780.19   0.18
XYZ34.488618.334439.7513
Yxy18.33440.37260.1981
Hunter Lab42.818768.8413-25.0696
CIE-Lab49.899272.5799-29.3229

#d12daa color RGB value is (209,45,170).

#d12daa hex color red value is 209, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d12daa hue: 0.87 , saturation: 0.65 and the lightness value of d12daa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101101 10101010
Octal 321 55 252
Decimal 209 45 170
Hex D1 2D AA

RGB Percentages of Color #d12daa

%49.29
%10.61
%40.09

CMYK Percentages of Color #d12daa

%0
%78
%19
%18

Triadic Colors of #d12daa

#d12daa #aad12d #2daad1

Analogous Colors of #d12daa

#d12daa #d12d58 #a62dd1

Monochromatic Colors of #d12daa

#d12daa

Complementary Color

#d12daa #2dd154

#d12daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12daa Color CSS Codes

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

#d12daa Text Font Color

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

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


#d12daa Background Color

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

This div background color is #d12daa


#d12daa Border Color

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

This div border color is #d12daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12daa


Comments

No comments written yet.

Please login to write comment.