Color Hex Logo

#d83aad Color Hex

#D83AAD
(216,58,173)
0 Favorites   0 Comments

Color spaces of #d83aad

RGB 21658173
HSL0.880.670.54
HSV316°73°85°
CMYK 0.000.730.20   0.15
XYZ37.374820.642241.5496
Yxy20.64220.37540.2073
Hunter Lab45.433767.3293-22.4178
CIE-Lab52.555770.8126-26.8666

#d83aad color RGB value is (216,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111010 10101101
Octal 330 72 255
Decimal 216 58 173
Hex D8 3A AD

RGB Percentages of Color #d83aad

%48.32
%12.98
%38.70

CMYK Percentages of Color #d83aad

%0
%73
%20
%15

Triadic Colors of #d83aad

#d83aad #add83a #3aadd8

Analogous Colors of #d83aad

#d83aad #d83a5e #b43ad8

Monochromatic Colors of #d83aad

#d83aad

Complementary Color

#d83aad #3ad865

#d83aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83aad Color CSS Codes

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

#d83aad Text Font Color

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

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


#d83aad Background Color

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

This div background color is #d83aad


#d83aad Border Color

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

This div border color is #d83aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83aad


Comments

No comments written yet.

Please login to write comment.