Color Hex Logo

#d43daa Color Hex

#D43DAA
(212,61,170)
0 Favorites   0 Comments

Color spaces of #d43daa

RGB 21261170
HSL0.880.640.54
HSV317°71°83°
CMYK 0.000.710.20   0.17
XYZ36.075820.236840.0349
Yxy20.23680.37440.2100
Hunter Lab44.985364.4230-21.2757
CIE-Lab52.103968.4659-25.8608

#d43daa color RGB value is (212,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111101 10101010
Octal 324 75 252
Decimal 212 61 170
Hex D4 3D AA

RGB Percentages of Color #d43daa

%47.86
%13.77
%38.37

CMYK Percentages of Color #d43daa

%0
%71
%20
%17

Triadic Colors of #d43daa

#d43daa #aad43d #3daad4

Analogous Colors of #d43daa

#d43daa #d43d5e #b33dd4

Monochromatic Colors of #d43daa

#d43daa

Complementary Color

#d43daa #3dd467

#d43daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43daa Color CSS Codes

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

#d43daa Text Font Color

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

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


#d43daa Background Color

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

This div background color is #d43daa


#d43daa Border Color

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

This div border color is #d43daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43daa


Comments

No comments written yet.

Please login to write comment.