color codes Logo

#d306db color codes

#D306DB
(211,6,219)
0 Favorites   0 Comments

Color spaces of #d306db

RGB 2116219
HSL0.830.950.44
HSV298°97°86°
CMYK 0.040.970.00   0.14
XYZ39.715319.093668.6100
Yxy19.09360.31170.1498
Hunter Lab43.696285.7694-62.5073
CIE-Lab50.796585.8872-56.2974

#d306db color RGB value is (211,6,219).

#d306db hex color red value is 211, green value is 6 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d306db hue: 0.83 , saturation: 0.95 and the lightness value of d306db is 0.44.

The process color (four color CMYK) of #d306db color code is 0.04, 0.97, 0.00, 0.14. Web safe color of #d306db is #cc00cc. Color #d306db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 11011011
Octal 323 6 333
Decimal 211 6 219
Hex D3 6 DB

RGB Percentages of Color #d306db

%48.39
%1.38
%50.23

CMYK Percentages of Color #d306db

%4
%97
%0
%14

Triadic Colors of #d306db

#d306db #dbd306 #06dbd3

Analogous Colors of #d306db

#d306db #db0679 #6906db

Monochromatic Colors of #d306db

#d306db

Complementary Color

#d306db #0edb06

#d306db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d306db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d306db Color CSS Codes

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

#d306db Text Font Color

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

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


#d306db Background Color

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

This div background color is #d306db


#d306db Border Color

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

This div border color is #d306db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d306db


Comments

No comments written yet.

Please login to write comment.