Color Hex Logo

#d83dad Color Hex

#D83DAD
(216,61,173)
0 Favorites   0 Comments

Color spaces of #d83dad

RGB 21661173
HSL0.880.670.54
HSV317°72°85°
CMYK 0.000.720.20   0.15
XYZ37.530520.953541.6015
Yxy20.95350.37500.2094
Hunter Lab45.775066.2443-21.8418
CIE-Lab52.898669.8426-26.3357

#d83dad color RGB value is (216,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111101 10101101
Octal 330 75 255
Decimal 216 61 173
Hex D8 3D AD

RGB Percentages of Color #d83dad

%48.00
%13.56
%38.44

CMYK Percentages of Color #d83dad

%0
%72
%20
%15

Triadic Colors of #d83dad

#d83dad #add83d #3dadd8

Analogous Colors of #d83dad

#d83dad #d83d5f #b63dd8

Monochromatic Colors of #d83dad

#d83dad

Complementary Color

#d83dad #3dd868

#d83dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83dad Color CSS Codes

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

#d83dad Text Font Color

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

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


#d83dad Background Color

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

This div background color is #d83dad


#d83dad Border Color

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

This div border color is #d83dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83dad


Comments

No comments written yet.

Please login to write comment.