Color Hex Logo

#d465db Color Hex

#D465DB
(212,101,219)
0 Favorites   0 Comments

Color spaces of #d465db

RGB 212101219
HSL0.820.620.63
HSV296°54°86°
CMYK 0.030.540.00   0.14
XYZ44.591228.418970.1530
Yxy28.41890.31150.1985
Hunter Lab53.309456.0168-40.7067
CIE-Lab60.265359.7844-41.2477

#d465db color RGB value is (212,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100101 11011011
Octal 324 145 333
Decimal 212 101 219
Hex D4 65 DB

RGB Percentages of Color #d465db

%39.85
%18.98
%41.17

CMYK Percentages of Color #d465db

%3
%54
%0
%14

Triadic Colors of #d465db

#d465db #dbd465 #65dbd4

Analogous Colors of #d465db

#d465db #db65a7 #9965db

Monochromatic Colors of #d465db

#d465db

Complementary Color

#d465db #6cdb65

#d465db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d465db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d465db Color CSS Codes

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

#d465db Text Font Color

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

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


#d465db Background Color

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

This div background color is #d465db


#d465db Border Color

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

This div border color is #d465db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d465db


Comments

No comments written yet.

Please login to write comment.