Color Hex Logo

#dda5c2 Color Hex

#DDA5C2
(221,165,194)
0 Favorites   0 Comments

Color spaces of #dda5c2

RGB 221165194
HSL0.910.450.76
HSV329°25°87°
CMYK 0.000.250.12   0.13
XYZ53.011546.177557.1581
Yxy46.17750.33910.2954
Hunter Lab67.954020.3298-2.3027
CIE-Lab73.660625.1054-6.7505

#dda5c2 color RGB value is (221,165,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 11000010
Octal 335 245 302
Decimal 221 165 194
Hex DD A5 C2

RGB Percentages of Color #dda5c2

%38.10
%28.45
%33.45

CMYK Percentages of Color #dda5c2

%0
%25
%12
%13

Triadic Colors of #dda5c2

#dda5c2 #c2dda5 #a5c2dd

Analogous Colors of #dda5c2

#dda5c2 #dda5a6 #dca5dd

Monochromatic Colors of #dda5c2

#dda5c2

Complementary Color

#dda5c2 #a5ddc0

#dda5c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda5c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda5c2 Color CSS Codes

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

#dda5c2 Text Font Color

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

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


#dda5c2 Background Color

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

This div background color is #dda5c2


#dda5c2 Border Color

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

This div border color is #dda5c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda5c2


Comments

No comments written yet.

Please login to write comment.