Color Hex Logo

#d42aad Color Hex

#D42AAD
(212,42,173)
0 Favorites   0 Comments

Color spaces of #d42aad

RGB 21242173
HSL0.870.670.50
HSV314°80°83°
CMYK 0.000.800.18   0.17
XYZ35.522218.670141.2666
Yxy18.67010.37210.1956
Hunter Lab43.208971.1299-26.3786
CIE-Lab50.299074.3844-30.4273

#d42aad color RGB value is (212,42,173).

#d42aad hex color red value is 212, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d42aad hue: 0.87 , saturation: 0.67 and the lightness value of d42aad is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101010 10101101
Octal 324 52 255
Decimal 212 42 173
Hex D4 2A AD

RGB Percentages of Color #d42aad

%49.65
%9.84
%40.52

CMYK Percentages of Color #d42aad

%0
%80
%18
%17

Triadic Colors of #d42aad

#d42aad #add42a #2aadd4

Analogous Colors of #d42aad

#d42aad #d42a58 #a62ad4

Monochromatic Colors of #d42aad

#d42aad

Complementary Color

#d42aad #2ad451

#d42aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42aad Color CSS Codes

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

#d42aad Text Font Color

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

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


#d42aad Background Color

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

This div background color is #d42aad


#d42aad Border Color

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

This div border color is #d42aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,42,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42aad


Comments

No comments written yet.

Please login to write comment.