Color Hex Logo

#d497db Color Hex

#D497DB
(212,151,219)
0 Favorites   0 Comments

Color spaces of #d497db

RGB 212151219
HSL0.820.490.73
HSV294°31°86°
CMYK 0.030.310.00   0.14
XYZ51.004241.244772.2907
Yxy41.24470.31000.2507
Hunter Lab64.222029.3735-21.7836
CIE-Lab70.347034.1261-25.6025

#d497db color RGB value is (212,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010111 11011011
Octal 324 227 333
Decimal 212 151 219
Hex D4 97 DB

RGB Percentages of Color #d497db

%36.43
%25.95
%37.63

CMYK Percentages of Color #d497db

%3
%31
%0
%14

Triadic Colors of #d497db

#d497db #dbd497 #97dbd4

Analogous Colors of #d497db

#d497db #db97c0 #b297db

Monochromatic Colors of #d497db

#d497db

Complementary Color

#d497db #9edb97

#d497db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d497db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d497db Color CSS Codes

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

#d497db Text Font Color

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

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


#d497db Background Color

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

This div background color is #d497db


#d497db Border Color

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

This div border color is #d497db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d497db


Comments

No comments written yet.

Please login to write comment.