Color Hex Logo

#d43aaa Color Hex

#D43AAA
(212,58,170)
0 Favorites   0 Comments

Color spaces of #d43aaa

RGB 21258170
HSL0.880.640.53
HSV316°73°83°
CMYK 0.000.730.20   0.17
XYZ35.920119.925439.9830
Yxy19.92540.37480.2079
Hunter Lab44.637965.5227-21.8607
CIE-Lab51.752869.4579-26.4043

#d43aaa color RGB value is (212,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111010 10101010
Octal 324 72 252
Decimal 212 58 170
Hex D4 3A AA

RGB Percentages of Color #d43aaa

%48.18
%13.18
%38.64

CMYK Percentages of Color #d43aaa

%0
%73
%20
%17

Triadic Colors of #d43aaa

#d43aaa #aad43a #3aaad4

Analogous Colors of #d43aaa

#d43aaa #d43a5d #b13ad4

Monochromatic Colors of #d43aaa

#d43aaa

Complementary Color

#d43aaa #3ad464

#d43aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43aaa Color CSS Codes

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

#d43aaa Text Font Color

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

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


#d43aaa Background Color

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

This div background color is #d43aaa


#d43aaa Border Color

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

This div border color is #d43aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43aaa


Comments

No comments written yet.

Please login to write comment.