Color Hex Logo

#dda4b8 Color Hex

#DDA4B8
(221,164,184)
0 Favorites   0 Comments

Color spaces of #dda4b8

RGB 221164184
HSL0.940.460.75
HSV339°26°87°
CMYK 0.000.260.17   0.13
XYZ51.746045.383851.3800
Yxy45.38380.34840.3056
Hunter Lab67.367519.21541.9378
CIE-Lab73.143924.0309-2.0106

#dda4b8 color RGB value is (221,164,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10111000
Octal 335 244 270
Decimal 221 164 184
Hex DD A4 B8

RGB Percentages of Color #dda4b8

%38.84
%28.82
%32.34

CMYK Percentages of Color #dda4b8

%0
%26
%17
%13

Triadic Colors of #dda4b8

#dda4b8 #b8dda4 #a4b8dd

Analogous Colors of #dda4b8

#dda4b8 #ddada4 #dda4d5

Monochromatic Colors of #dda4b8

#dda4b8

Complementary Color

#dda4b8 #a4ddc9

#dda4b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4b8 Color CSS Codes

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

#dda4b8 Text Font Color

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

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


#dda4b8 Background Color

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

This div background color is #dda4b8


#dda4b8 Border Color

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

This div border color is #dda4b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4b8


Comments

No comments written yet.

Please login to write comment.