Color Hex Logo

#dda7ec Color Hex

#DDA7EC
(221,167,236)
0 Favorites   0 Comments

Color spaces of #dda7ec

RGB 221167236
HSL0.800.640.79
HSV287°29°93°
CMYK 0.060.290.00   0.07
XYZ58.777849.065785.7296
Yxy49.06570.30360.2535
Hunter Lab70.046927.2009-23.5315
CIE-Lab75.492231.6228-26.9350

#dda7ec color RGB value is (221,167,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 11101100
Octal 335 247 354
Decimal 221 167 236
Hex DD A7 EC

RGB Percentages of Color #dda7ec

%35.42
%26.76
%37.82

CMYK Percentages of Color #dda7ec

%6
%29
%0
%7

Triadic Colors of #dda7ec

#dda7ec #ecdda7 #a7ecdd

Analogous Colors of #dda7ec

#dda7ec #eca7d9 #bba7ec

Monochromatic Colors of #dda7ec

#dda7ec

Complementary Color

#dda7ec #b6eca7

#dda7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7ec Color CSS Codes

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

#dda7ec Text Font Color

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

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


#dda7ec Background Color

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

This div background color is #dda7ec


#dda7ec Border Color

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

This div border color is #dda7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7ec


Comments

No comments written yet.

Please login to write comment.