Color Hex Logo

#dda4e9 Color Hex

#DDA4E9
(221,164,233)
0 Favorites   0 Comments

Color spaces of #dda4e9

RGB 221164233
HSL0.800.610.78
HSV290°30°91°
CMYK 0.050.300.00   0.09
XYZ57.802247.806383.2718
Yxy47.80630.30600.2531
Hunter Lab69.142128.2258-23.0069
CIE-Lab74.702632.6562-26.5144

#dda4e9 color RGB value is (221,164,233).

#dda4e9 hex color red value is 221, green value is 164 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dda4e9 hue: 0.80 , saturation: 0.61 and the lightness value of dda4e9 is 0.78.

The process color (four color CMYK) of #dda4e9 color hex is 0.05, 0.30, 0.00, 0.09. Web safe color of #dda4e9 is #cc99ff. Color #dda4e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 11101001
Octal 335 244 351
Decimal 221 164 233
Hex DD A4 E9

RGB Percentages of Color #dda4e9

%35.76
%26.54
%37.70

CMYK Percentages of Color #dda4e9

%5
%30
%0
%9

Triadic Colors of #dda4e9

#dda4e9 #e9dda4 #a4e9dd

Analogous Colors of #dda4e9

#dda4e9 #e9a4d3 #bba4e9

Monochromatic Colors of #dda4e9

#dda4e9

Complementary Color

#dda4e9 #b0e9a4

#dda4e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4e9 Color CSS Codes

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

#dda4e9 Text Font Color

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

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


#dda4e9 Background Color

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

This div background color is #dda4e9


#dda4e9 Border Color

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

This div border color is #dda4e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4e9


Comments

No comments written yet.

Please login to write comment.