Color Hex Logo

#dd93db Color Hex

#DD93DB
(221,147,219)
0 Favorites   0 Comments

Color spaces of #dd93db

RGB 221147219
HSL0.840.520.72
HSV302°33°87°
CMYK 0.000.330.01   0.13
XYZ53.038741.354172.2045
Yxy41.35410.31840.2482
Hunter Lab64.307234.6842-21.5562
CIE-Lab70.423339.1295-25.4016

#dd93db color RGB value is (221,147,219).

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

The process color (four color CMYK) of #dd93db color hex is 0.00, 0.33, 0.01, 0.13. Web safe color of #dd93db is #cc99cc. Color #dd93db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 11011011
Octal 335 223 333
Decimal 221 147 219
Hex DD 93 DB

RGB Percentages of Color #dd93db

%37.65
%25.04
%37.31

CMYK Percentages of Color #dd93db

%0
%33
%1
%13

Triadic Colors of #dd93db

#dd93db #dbdd93 #93dbdd

Analogous Colors of #dd93db

#dd93db #dd93b6 #ba93dd

Monochromatic Colors of #dd93db

#dd93db

Complementary Color

#dd93db #93dd95

#dd93db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd93db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd93db Color CSS Codes

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

#dd93db Text Font Color

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

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


#dd93db Background Color

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

This div background color is #dd93db


#dd93db Border Color

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

This div border color is #dd93db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd93db


Comments

No comments written yet.

Please login to write comment.