Color Hex Logo

#d292db Color Hex

#D292DB
(210,146,219)
0 Favorites   0 Comments

Color spaces of #d292db

RGB 210146219
HSL0.810.500.72
HSV293°33°86°
CMYK 0.040.330.00   0.14
XYZ49.643439.373972.0013
Yxy39.37390.30830.2445
Hunter Lab62.748631.4097-24.1086
CIE-Lab69.021236.1946-27.6552

#d292db color RGB value is (210,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010010 11011011
Octal 322 222 333
Decimal 210 146 219
Hex D2 92 DB

RGB Percentages of Color #d292db

%36.52
%25.39
%38.09

CMYK Percentages of Color #d292db

%4
%33
%0
%14

Triadic Colors of #d292db

#d292db #dbd292 #92dbd2

Analogous Colors of #d292db

#d292db #db92c0 #ae92db

Monochromatic Colors of #d292db

#d292db

Complementary Color

#d292db #9bdb92

#d292db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d292db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d292db Color CSS Codes

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

#d292db Text Font Color

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

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


#d292db Background Color

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

This div background color is #d292db


#d292db Border Color

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

This div border color is #d292db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d292db


Comments

No comments written yet.

Please login to write comment.