Color Hex Logo

#d83bdd Color Hex

#D83BDD
(216,59,221)
0 Favorites   0 Comments

Color spaces of #d83bdd

RGB 21659221
HSL0.830.700.55
HSV298°73°87°
CMYK 0.020.730.00   0.13
XYZ42.934022.947370.5730
Yxy22.94730.31460.1682
Hunter Lab47.903376.1521-53.8159
CIE-Lab55.018077.5283-50.6388

#d83bdd color RGB value is (216,59,221).

#d83bdd hex color red value is 216, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d83bdd hue: 0.83 , saturation: 0.70 and the lightness value of d83bdd is 0.55.

The process color (four color CMYK) of #d83bdd color hex is 0.02, 0.73, 0.00, 0.13. Web safe color of #d83bdd is #cc33cc. Color #d83bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 11011101
Octal 330 73 335
Decimal 216 59 221
Hex D8 3B DD

RGB Percentages of Color #d83bdd

%43.55
%11.90
%44.56

CMYK Percentages of Color #d83bdd

%2
%73
%0
%13

Triadic Colors of #d83bdd

#d83bdd #ddd83b #3bddd8

Analogous Colors of #d83bdd

#d83bdd #dd3b91 #873bdd

Monochromatic Colors of #d83bdd

#d83bdd

Complementary Color

#d83bdd #40dd3b

#d83bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bdd Color CSS Codes

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

#d83bdd Text Font Color

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

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


#d83bdd Background Color

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

This div background color is #d83bdd


#d83bdd Border Color

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

This div border color is #d83bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,59,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bdd


Comments

No comments written yet.

Please login to write comment.