Color Hex Logo

#d364db Color Hex

#D364DB
(211,100,219)
0 Favorites   0 Comments

Color spaces of #d364db

RGB 211100219
HSL0.820.620.63
HSV296°54°86°
CMYK 0.040.540.00   0.14
XYZ44.207328.077770.1074
Yxy28.07770.31050.1972
Hunter Lab52.988456.1898-41.3530
CIE-Lab59.958959.9871-41.7387

#d364db color RGB value is (211,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11011011
Octal 323 144 333
Decimal 211 100 219
Hex D3 64 DB

RGB Percentages of Color #d364db

%39.81
%18.87
%41.32

CMYK Percentages of Color #d364db

%4
%54
%0
%14

Triadic Colors of #d364db

#d364db #dbd364 #64dbd3

Analogous Colors of #d364db

#d364db #db64a8 #9864db

Monochromatic Colors of #d364db

#d364db

Complementary Color

#d364db #6cdb64

#d364db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364db Color CSS Codes

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

#d364db Text Font Color

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

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


#d364db Background Color

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

This div background color is #d364db


#d364db Border Color

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

This div border color is #d364db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364db


Comments

No comments written yet.

Please login to write comment.