color codes Logo

#d83bdb color codes

#D83BDB
(216,59,219)
0 Favorites   0 Comments

Color spaces of #d83bdb

RGB 21659219
HSL0.830.690.55
HSV299°73°86°
CMYK 0.010.730.00   0.14
XYZ42.669022.841369.1777
Yxy22.84130.31680.1696
Hunter Lab47.792675.7270-52.3649
CIE-Lab54.908577.2094-49.6794

#d83bdb color RGB value is (216,59,219).

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

The process color (four color CMYK) of #d83bdb color code is 0.01, 0.73, 0.00, 0.14. Web safe color of #d83bdb is #cc33cc. Color #d83bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 11011011
Octal 330 73 333
Decimal 216 59 219
Hex D8 3B DB

RGB Percentages of Color #d83bdb

%43.72
%11.94
%44.33

CMYK Percentages of Color #d83bdb

%1
%73
%0
%14

Triadic Colors of #d83bdb

#d83bdb #dbd83b #3bdbd8

Analogous Colors of #d83bdb

#d83bdb #db3b8e #883bdb

Monochromatic Colors of #d83bdb

#d83bdb

Complementary Color

#d83bdb #3edb3b

#d83bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bdb Color CSS Codes

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

#d83bdb Text Font Color

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

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


#d83bdb Background Color

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

This div background color is #d83bdb


#d83bdb Border Color

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

This div border color is #d83bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bdb


Comments

No comments written yet.

Please login to write comment.