Color Hex Logo

#d305db Color Hex

#D305DB
(211,5,219)
0 Favorites   0 Comments

Color spaces of #d305db

RGB 2115219
HSL0.830.960.44
HSV298°98°86°
CMYK 0.040.980.00   0.14
XYZ39.704419.071968.6064
Yxy19.07190.31170.1497
Hunter Lab43.671485.8606-62.5728
CIE-Lab50.771285.9621-56.3380

#d305db color RGB value is (211,5,219).

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

The process color (four color CMYK) of #d305db color hex is 0.04, 0.98, 0.00, 0.14. Web safe color of #d305db is #cc00cc. Color #d305db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000101 11011011
Octal 323 5 333
Decimal 211 5 219
Hex D3 5 DB

RGB Percentages of Color #d305db

%48.51
%1.15
%50.34

CMYK Percentages of Color #d305db

%4
%98
%0
%14

Triadic Colors of #d305db

#d305db #dbd305 #05dbd3

Analogous Colors of #d305db

#d305db #db0578 #6805db

Monochromatic Colors of #d305db

#d305db

Complementary Color

#d305db #0ddb05

#d305db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d305db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d305db Color CSS Codes

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

#d305db Text Font Color

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

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


#d305db Background Color

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

This div background color is #d305db


#d305db Border Color

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

This div border color is #d305db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d305db


Comments

No comments written yet.

Please login to write comment.