Color Hex Logo

#d814db Color Hex

#D814DB
(216,20,219)
0 Favorites   0 Comments

Color spaces of #d814db

RGB 21620219
HSL0.830.830.47
HSV299°91°86°
CMYK 0.010.910.00   0.14
XYZ41.355220.213768.7398
Yxy20.21370.31740.1551
Hunter Lab44.959685.5101-59.1780
CIE-Lab52.078085.4395-54.1960

#d814db color RGB value is (216,20,219).

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

The process color (four color CMYK) of #d814db color hex is 0.01, 0.91, 0.00, 0.14. Web safe color of #d814db is #cc00cc. Color #d814db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 11011011
Octal 330 24 333
Decimal 216 20 219
Hex D8 14 DB

RGB Percentages of Color #d814db

%47.47
%4.40
%48.13

CMYK Percentages of Color #d814db

%1
%91
%0
%14

Triadic Colors of #d814db

#d814db #dbd814 #14dbd8

Analogous Colors of #d814db

#d814db #db147b #7514db

Monochromatic Colors of #d814db

#d814db

Complementary Color

#d814db #17db14

#d814db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d814db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d814db Color CSS Codes

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

#d814db Text Font Color

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

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


#d814db Background Color

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

This div background color is #d814db


#d814db Border Color

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

This div border color is #d814db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d814db


Comments

No comments written yet.

Please login to write comment.