Color Hex Logo

#dda7ea Color Hex

#DDA7EA
(221,167,234)
0 Favorites   0 Comments

Color spaces of #dda7ea

RGB 221167234
HSL0.800.610.79
HSV288°29°92°
CMYK 0.060.290.00   0.08
XYZ58.488848.950184.2075
Yxy48.95010.30520.2554
Hunter Lab69.964326.7848-22.3851
CIE-Lab75.420331.2334-25.9595

#dda7ea color RGB value is (221,167,234).

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

The process color (four color CMYK) of #dda7ea color hex is 0.06, 0.29, 0.00, 0.08. Web safe color of #dda7ea is #cc99ff. Color #dda7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 11101010
Octal 335 247 352
Decimal 221 167 234
Hex DD A7 EA

RGB Percentages of Color #dda7ea

%35.53
%26.85
%37.62

CMYK Percentages of Color #dda7ea

%6
%29
%0
%8

Triadic Colors of #dda7ea

#dda7ea #eadda7 #a7eadd

Analogous Colors of #dda7ea

#dda7ea #eaa7d6 #bca7ea

Monochromatic Colors of #dda7ea

#dda7ea

Complementary Color

#dda7ea #b4eaa7

#dda7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7ea Color CSS Codes

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

#dda7ea Text Font Color

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

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


#dda7ea Background Color

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

This div background color is #dda7ea


#dda7ea Border Color

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

This div border color is #dda7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7ea


Comments

No comments written yet.

Please login to write comment.