Color Hex Logo

#d290db Color Hex

#D290DB
(210,144,219)
0 Favorites   0 Comments

Color spaces of #d290db

RGB 210144219
HSL0.810.510.71
HSV293°34°86°
CMYK 0.040.340.00   0.14
XYZ49.337838.762671.8994
Yxy38.76260.30840.2423
Hunter Lab62.259632.4985-24.8883
CIE-Lab68.578937.2731-28.3356

#d290db color RGB value is (210,144,219).

#d290db hex color red value is 210, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d290db hue: 0.81 , saturation: 0.51 and the lightness value of d290db is 0.71.

The process color (four color CMYK) of #d290db color hex is 0.04, 0.34, 0.00, 0.14. Web safe color of #d290db is #cc99cc. Color #d290db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010000 11011011
Octal 322 220 333
Decimal 210 144 219
Hex D2 90 DB

RGB Percentages of Color #d290db

%36.65
%25.13
%38.22

CMYK Percentages of Color #d290db

%4
%34
%0
%14

Triadic Colors of #d290db

#d290db #dbd290 #90dbd2

Analogous Colors of #d290db

#d290db #db90bf #ad90db

Monochromatic Colors of #d290db

#d290db

Complementary Color

#d290db #99db90

#d290db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d290db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d290db Color CSS Codes

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

#d290db Text Font Color

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

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


#d290db Background Color

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

This div background color is #d290db


#d290db Border Color

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

This div border color is #d290db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d290db


Comments

No comments written yet.

Please login to write comment.