Color Hex Logo

#d693db Color Hex

#D693DB
(214,147,219)
0 Favorites   0 Comments

Color spaces of #d693db

RGB 214147219
HSL0.820.500.72
HSV296°33°86°
CMYK 0.020.330.00   0.14
XYZ50.951540.278172.1068
Yxy40.27810.31190.2466
Hunter Lab63.465032.2410-22.9378
CIE-Lab69.667136.9166-26.6266

#d693db color RGB value is (214,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 11011011
Octal 326 223 333
Decimal 214 147 219
Hex D6 93 DB

RGB Percentages of Color #d693db

%36.90
%25.34
%37.76

CMYK Percentages of Color #d693db

%2
%33
%0
%14

Triadic Colors of #d693db

#d693db #dbd693 #93dbd6

Analogous Colors of #d693db

#d693db #db93bc #b293db

Monochromatic Colors of #d693db

#d693db

Complementary Color

#d693db #98db93

#d693db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d693db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d693db Color CSS Codes

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

#d693db Text Font Color

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

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


#d693db Background Color

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

This div background color is #d693db


#d693db Border Color

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

This div border color is #d693db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d693db


Comments

No comments written yet.

Please login to write comment.