Color Hex Logo

#d597db Color Hex

#D597DB
(213,151,219)
0 Favorites   0 Comments

Color spaces of #d597db

RGB 213151219
HSL0.820.490.73
HSV295°31°86°
CMYK 0.030.310.00   0.14
XYZ51.293441.393872.3042
Yxy41.39380.31090.2509
Hunter Lab64.338029.7174-21.5945
CIE-Lab70.450934.4447-25.4342

#d597db color RGB value is (213,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010111 11011011
Octal 325 227 333
Decimal 213 151 219
Hex D5 97 DB

RGB Percentages of Color #d597db

%36.54
%25.90
%37.56

CMYK Percentages of Color #d597db

%3
%31
%0
%14

Triadic Colors of #d597db

#d597db #dbd597 #97dbd5

Analogous Colors of #d597db

#d597db #db97bf #b397db

Monochromatic Colors of #d597db

#d597db

Complementary Color

#d597db #9ddb97

#d597db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d597db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d597db Color CSS Codes

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

#d597db Text Font Color

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

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


#d597db Background Color

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

This div background color is #d597db


#d597db Border Color

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

This div border color is #d597db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d597db


Comments

No comments written yet.

Please login to write comment.