Color Hex Logo

#dd93ab Color Hex

#DD93AB
(221,147,171)
4 Favorites   0 Comments

Color spaces of #dd93ab

RGB 221147171
HSL0.950.520.72
HSV341°33°87°
CMYK 0.000.330.23   0.13
XYZ47.603239.179943.5816
Yxy39.17990.36520.3005
Hunter Lab62.593826.21172.5344
CIE-Lab68.881431.2040-1.0461

#dd93ab color RGB value is (221,147,171).

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

The process color (four color CMYK) of #dd93ab color hex is 0.00, 0.33, 0.23, 0.13. Web safe color of #dd93ab is #cc9999. Color #dd93ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 10101011
Octal 335 223 253
Decimal 221 147 171
Hex DD 93 AB

RGB Percentages of Color #dd93ab

%41.00
%27.27
%31.73

CMYK Percentages of Color #dd93ab

%0
%33
%23
%13

Triadic Colors of #dd93ab

#dd93ab #abdd93 #93abdd

Analogous Colors of #dd93ab

#dd93ab #dda093 #dd93d0

Monochromatic Colors of #dd93ab

#dd93ab

Complementary Color

#dd93ab #93ddc5

#dd93ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd93ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd93ab Color CSS Codes

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

#dd93ab Text Font Color

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

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


#dd93ab Background Color

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

This div background color is #dd93ab


#dd93ab Border Color

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

This div border color is #dd93ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,147,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd93ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd93ab


Comments

No comments written yet.

Please login to write comment.