Color Hex Logo

#dda3bf Color Hex

#DDA3BF
(221,163,191)
0 Favorites   0 Comments

Color spaces of #dda3bf

RGB 221163191
HSL0.920.460.75
HSV331°26°87°
CMYK 0.000.260.14   0.13
XYZ52.320045.328155.2819
Yxy45.32810.34210.2964
Hunter Lab67.326120.8939-1.5551
CIE-Lab73.107425.6923-5.9193

#dda3bf color RGB value is (221,163,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10111111
Octal 335 243 277
Decimal 221 163 191
Hex DD A3 BF

RGB Percentages of Color #dda3bf

%38.43
%28.35
%33.22

CMYK Percentages of Color #dda3bf

%0
%26
%14
%13

Triadic Colors of #dda3bf

#dda3bf #bfdda3 #a3bfdd

Analogous Colors of #dda3bf

#dda3bf #dda4a3 #dda3dc

Monochromatic Colors of #dda3bf

#dda3bf

Complementary Color

#dda3bf #a3ddc1

#dda3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3bf Color CSS Codes

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

#dda3bf Text Font Color

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

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


#dda3bf Background Color

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

This div background color is #dda3bf


#dda3bf Border Color

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

This div border color is #dda3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3bf


Comments

No comments written yet.

Please login to write comment.