Color Hex Logo

#d363db Color Hex

#D363DB
(211,99,219)
0 Favorites   0 Comments

Color spaces of #d363db

RGB 21199219
HSL0.820.630.62
HSV296°55°86°
CMYK 0.040.550.00   0.14
XYZ44.112027.887070.0756
Yxy27.88700.31050.1963
Hunter Lab52.808156.6914-41.7112
CIE-Lab59.786560.4515-42.0097

#d363db color RGB value is (211,99,219).

#d363db hex color red value is 211, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d363db hue: 0.82 , saturation: 0.63 and the lightness value of d363db is 0.62.

The process color (four color CMYK) of #d363db color hex is 0.04, 0.55, 0.00, 0.14. Web safe color of #d363db is #cc66cc. Color #d363db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100011 11011011
Octal 323 143 333
Decimal 211 99 219
Hex D3 63 DB

RGB Percentages of Color #d363db

%39.89
%18.71
%41.40

CMYK Percentages of Color #d363db

%4
%55
%0
%14

Triadic Colors of #d363db

#d363db #dbd363 #63dbd3

Analogous Colors of #d363db

#d363db #db63a7 #9763db

Monochromatic Colors of #d363db

#d363db

Complementary Color

#d363db #6bdb63

#d363db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d363db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d363db Color CSS Codes

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

#d363db Text Font Color

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

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


#d363db Background Color

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

This div background color is #d363db


#d363db Border Color

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

This div border color is #d363db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d363db


Comments

No comments written yet.

Please login to write comment.