Color Hex Logo

#dda3ba Color Hex

#DDA3BA
(221,163,186)
0 Favorites   0 Comments

Color spaces of #dda3ba

RGB 221163186
HSL0.930.460.75
HSV336°26°87°
CMYK 0.000.260.16   0.13
XYZ51.778945.111752.4328
Yxy45.11170.34680.3021
Hunter Lab67.165220.06970.7307
CIE-Lab72.965424.8869-3.3747

#dda3ba color RGB value is (221,163,186).

#dda3ba hex color red value is 221, green value is 163 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dda3ba hue: 0.93 , saturation: 0.46 and the lightness value of dda3ba is 0.75.

The process color (four color CMYK) of #dda3ba color hex is 0.00, 0.26, 0.16, 0.13. Web safe color of #dda3ba is #cc99cc. Color #dda3ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10111010
Octal 335 243 272
Decimal 221 163 186
Hex DD A3 BA

RGB Percentages of Color #dda3ba

%38.77
%28.60
%32.63

CMYK Percentages of Color #dda3ba

%0
%26
%16
%13

Triadic Colors of #dda3ba

#dda3ba #badda3 #a3badd

Analogous Colors of #dda3ba

#dda3ba #dda9a3 #dda3d7

Monochromatic Colors of #dda3ba

#dda3ba

Complementary Color

#dda3ba #a3ddc6

#dda3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3ba Color CSS Codes

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

#dda3ba Text Font Color

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

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


#dda3ba Background Color

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

This div background color is #dda3ba


#dda3ba Border Color

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

This div border color is #dda3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3ba


Comments

No comments written yet.

Please login to write comment.