Color Hex Logo

#d264db Color Hex

#D264DB
(210,100,219)
0 Favorites   0 Comments

Color spaces of #d264db

RGB 210100219
HSL0.820.620.63
HSV295°54°86°
CMYK 0.040.540.00   0.14
XYZ43.921727.930570.0940
Yxy27.93050.30940.1968
Hunter Lab52.849355.8604-41.6418
CIE-Lab59.825959.7242-41.9569

#d264db color RGB value is (210,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100100 11011011
Octal 322 144 333
Decimal 210 100 219
Hex D2 64 DB

RGB Percentages of Color #d264db

%39.70
%18.90
%41.40

CMYK Percentages of Color #d264db

%4
%54
%0
%14

Triadic Colors of #d264db

#d264db #dbd264 #64dbd2

Analogous Colors of #d264db

#d264db #db64a9 #9764db

Monochromatic Colors of #d264db

#d264db

Complementary Color

#d264db #6ddb64

#d264db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d264db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d264db Color CSS Codes

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

#d264db Text Font Color

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

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


#d264db Background Color

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

This div background color is #d264db


#d264db Border Color

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

This div border color is #d264db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d264db


Comments

No comments written yet.

Please login to write comment.