Color Hex Logo

#dda6ca Color Hex

#DDA6CA
(221,166,202)
0 Favorites   0 Comments

Color spaces of #dda6ca

RGB 221166202
HSL0.890.450.76
HSV321°25°87°
CMYK 0.000.250.09   0.13
XYZ54.115746.908962.0792
Yxy46.90890.33180.2876
Hunter Lab68.490121.1796-5.7972
CIE-Lab74.131525.9137-10.4420

#dda6ca color RGB value is (221,166,202).

#dda6ca hex color red value is 221, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dda6ca hue: 0.89 , saturation: 0.45 and the lightness value of dda6ca is 0.76.

The process color (four color CMYK) of #dda6ca color hex is 0.00, 0.25, 0.09, 0.13. Web safe color of #dda6ca is #cc99cc. Color #dda6ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 11001010
Octal 335 246 312
Decimal 221 166 202
Hex DD A6 CA

RGB Percentages of Color #dda6ca

%37.52
%28.18
%34.30

CMYK Percentages of Color #dda6ca

%0
%25
%9
%13

Triadic Colors of #dda6ca

#dda6ca #cadda6 #a6cadd

Analogous Colors of #dda6ca

#dda6ca #dda6af #d5a6dd

Monochromatic Colors of #dda6ca

#dda6ca

Complementary Color

#dda6ca #a6ddb9

#dda6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda6ca Color CSS Codes

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

#dda6ca Text Font Color

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

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


#dda6ca Background Color

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

This div background color is #dda6ca


#dda6ca Border Color

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

This div border color is #dda6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda6ca


Comments

No comments written yet.

Please login to write comment.