Color Hex Logo

#d496db Color Hex

#D496DB
(212,150,219)
0 Favorites   0 Comments

Color spaces of #d496db

RGB 212150219
HSL0.820.490.72
HSV294°32°86°
CMYK 0.030.320.00   0.14
XYZ50.843940.924272.2372
Yxy40.92420.31000.2495
Hunter Lab63.972029.9178-22.1698
CIE-Lab70.122834.6666-25.9461

#d496db color RGB value is (212,150,219).

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

The process color (four color CMYK) of #d496db color hex is 0.03, 0.32, 0.00, 0.14. Web safe color of #d496db is #cc99cc. Color #d496db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010110 11011011
Octal 324 226 333
Decimal 212 150 219
Hex D4 96 DB

RGB Percentages of Color #d496db

%36.49
%25.82
%37.69

CMYK Percentages of Color #d496db

%3
%32
%0
%14

Triadic Colors of #d496db

#d496db #dbd496 #96dbd4

Analogous Colors of #d496db

#d496db #db96c0 #b296db

Monochromatic Colors of #d496db

#d496db

Complementary Color

#d496db #9ddb96

#d496db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d496db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d496db Color CSS Codes

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

#d496db Text Font Color

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

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


#d496db Background Color

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

This div background color is #d496db


#d496db Border Color

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

This div border color is #d496db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d496db


Comments

No comments written yet.

Please login to write comment.