Color Hex Logo

#d593db Color Hex

#D593DB
(213,147,219)
0 Favorites   0 Comments

Color spaces of #d593db

RGB 213147219
HSL0.820.500.72
HSV295°33°86°
CMYK 0.030.330.00   0.14
XYZ50.660540.128072.0932
Yxy40.12800.31100.2464
Hunter Lab63.346731.8959-23.1337
CIE-Lab69.560636.6011-26.7994

#d593db color RGB value is (213,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010011 11011011
Octal 325 223 333
Decimal 213 147 219
Hex D5 93 DB

RGB Percentages of Color #d593db

%36.79
%25.39
%37.82

CMYK Percentages of Color #d593db

%3
%33
%0
%14

Triadic Colors of #d593db

#d593db #dbd593 #93dbd5

Analogous Colors of #d593db

#d593db #db93bd #b193db

Monochromatic Colors of #d593db

#d593db

Complementary Color

#d593db #99db93

#d593db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d593db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d593db Color CSS Codes

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

#d593db Text Font Color

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

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


#d593db Background Color

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

This div background color is #d593db


#d593db Border Color

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

This div border color is #d593db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d593db


Comments

No comments written yet.

Please login to write comment.