Color Hex Logo

#d594db Color Hex

#D594DB
(213,148,219)
0 Favorites   0 Comments

Color spaces of #d594db

RGB 213148219
HSL0.820.500.72
HSV295°32°86°
CMYK 0.030.320.00   0.14
XYZ50.816740.440472.1453
Yxy40.44040.31100.2475
Hunter Lab63.592831.3512-22.7489
CIE-Lab69.782136.0628-26.4595

#d594db color RGB value is (213,148,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010100 11011011
Octal 325 224 333
Decimal 213 148 219
Hex D5 94 DB

RGB Percentages of Color #d594db

%36.72
%25.52
%37.76

CMYK Percentages of Color #d594db

%3
%32
%0
%14

Triadic Colors of #d594db

#d594db #dbd594 #94dbd5

Analogous Colors of #d594db

#d594db #db94be #b294db

Monochromatic Colors of #d594db

#d594db

Complementary Color

#d594db #9adb94

#d594db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d594db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d594db Color CSS Codes

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

#d594db Text Font Color

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

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


#d594db Background Color

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

This div background color is #d594db


#d594db Border Color

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

This div border color is #d594db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d594db


Comments

No comments written yet.

Please login to write comment.