Color Hex Logo

#d43aad Color Hex

#D43AAD
(212,58,173)
0 Favorites   0 Comments

Color spaces of #d43aad

RGB 21258173
HSL0.880.640.53
HSV315°73°83°
CMYK 0.000.730.18   0.17
XYZ36.207320.040341.4950
Yxy20.04030.37040.2050
Hunter Lab44.766466.0306-23.6208
CIE-Lab51.882769.8585-27.9632

#d43aad color RGB value is (212,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111010 10101101
Octal 324 72 255
Decimal 212 58 173
Hex D4 3A AD

RGB Percentages of Color #d43aad

%47.86
%13.09
%39.05

CMYK Percentages of Color #d43aad

%0
%73
%18
%17

Triadic Colors of #d43aad

#d43aad #add43a #3aadd4

Analogous Colors of #d43aad

#d43aad #d43a60 #ae3ad4

Monochromatic Colors of #d43aad

#d43aad

Complementary Color

#d43aad #3ad461

#d43aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43aad Color CSS Codes

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

#d43aad Text Font Color

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

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


#d43aad Background Color

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

This div background color is #d43aad


#d43aad Border Color

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

This div border color is #d43aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43aad


Comments

No comments written yet.

Please login to write comment.