Color Hex Logo

#d397db Color Hex

#D397DB
(211,151,219)
0 Favorites   0 Comments

Color spaces of #d397db

RGB 211151219
HSL0.810.490.73
HSV293°31°86°
CMYK 0.040.310.00   0.14
XYZ50.716841.096672.2772
Yxy41.09660.30910.2505
Hunter Lab64.106629.0304-21.9720
CIE-Lab70.243533.8075-25.7701

#d397db color RGB value is (211,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010111 11011011
Octal 323 227 333
Decimal 211 151 219
Hex D3 97 DB

RGB Percentages of Color #d397db

%36.32
%25.99
%37.69

CMYK Percentages of Color #d397db

%4
%31
%0
%14

Triadic Colors of #d397db

#d397db #dbd397 #97dbd3

Analogous Colors of #d397db

#d397db #db97c1 #b197db

Monochromatic Colors of #d397db

#d397db

Complementary Color

#d397db #9fdb97

#d397db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d397db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d397db Color CSS Codes

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

#d397db Text Font Color

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

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


#d397db Background Color

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

This div background color is #d397db


#d397db Border Color

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

This div border color is #d397db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d397db


Comments

No comments written yet.

Please login to write comment.