Color Hex Logo

#d812db Color Hex

#D812DB
(216,18,219)
0 Favorites   0 Comments

Color spaces of #d812db

RGB 21618219
HSL0.830.850.46
HSV299°92°86°
CMYK 0.010.920.00   0.14
XYZ41.321420.146068.7285
Yxy20.14600.31740.1547
Hunter Lab44.884385.7832-59.3680
CIE-Lab52.001985.6642-54.3178

#d812db color RGB value is (216,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010010 11011011
Octal 330 22 333
Decimal 216 18 219
Hex D8 12 DB

RGB Percentages of Color #d812db

%47.68
%3.97
%48.34

CMYK Percentages of Color #d812db

%1
%92
%0
%14

Triadic Colors of #d812db

#d812db #dbd812 #12dbd8

Analogous Colors of #d812db

#d812db #db127a #7412db

Monochromatic Colors of #d812db

#d812db

Complementary Color

#d812db #15db12

#d812db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d812db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d812db Color CSS Codes

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

#d812db Text Font Color

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

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


#d812db Background Color

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

This div background color is #d812db


#d812db Border Color

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

This div border color is #d812db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d812db


Comments

No comments written yet.

Please login to write comment.