Color Hex Logo

#dda3cb Color Hex

#DDA3CB
(221,163,203)
0 Favorites   0 Comments

Color spaces of #dda3cb

RGB 221163203
HSL0.890.460.75
HSV319°26°87°
CMYK 0.000.260.08   0.13
XYZ53.695545.878362.5253
Yxy45.87830.33130.2830
Hunter Lab67.733522.9716-7.3176
CIE-Lab73.466527.7045-11.9848

#dda3cb color RGB value is (221,163,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 11001011
Octal 335 243 313
Decimal 221 163 203
Hex DD A3 CB

RGB Percentages of Color #dda3cb

%37.65
%27.77
%34.58

CMYK Percentages of Color #dda3cb

%0
%26
%8
%13

Triadic Colors of #dda3cb

#dda3cb #cbdda3 #a3cbdd

Analogous Colors of #dda3cb

#dda3cb #dda3ae #d2a3dd

Monochromatic Colors of #dda3cb

#dda3cb

Complementary Color

#dda3cb #a3ddb5

#dda3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3cb Color CSS Codes

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

#dda3cb Text Font Color

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

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


#dda3cb Background Color

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

This div background color is #dda3cb


#dda3cb Border Color

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

This div border color is #dda3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3cb


Comments

No comments written yet.

Please login to write comment.