Color Hex Logo

#ddb4ed Color Hex

#DDB4ED
(221,180,237)
0 Favorites   0 Comments

Color spaces of #ddb4ed

RGB 221180237
HSL0.790.610.82
HSV283°24°93°
CMYK 0.070.240.00   0.07
XYZ61.426154.129187.3312
Yxy54.12910.30280.2668
Hunter Lab73.572520.2789-18.8770
CIE-Lab78.537024.8028-22.8284

#ddb4ed color RGB value is (221,180,237).

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

The process color (four color CMYK) of #ddb4ed color hex is 0.07, 0.24, 0.00, 0.07. Web safe color of #ddb4ed is #ccccff. Color #ddb4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 11101101
Octal 335 264 355
Decimal 221 180 237
Hex DD B4 ED

RGB Percentages of Color #ddb4ed

%34.64
%28.21
%37.15

CMYK Percentages of Color #ddb4ed

%7
%24
%0
%7

Triadic Colors of #ddb4ed

#ddb4ed #edddb4 #b4eddd

Analogous Colors of #ddb4ed

#ddb4ed #edb4e1 #c1b4ed

Monochromatic Colors of #ddb4ed

#ddb4ed

Complementary Color

#ddb4ed #c4edb4

#ddb4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb4ed Color CSS Codes

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

#ddb4ed Text Font Color

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

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


#ddb4ed Background Color

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

This div background color is #ddb4ed


#ddb4ed Border Color

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

This div border color is #ddb4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb4ed


Comments

No comments written yet.

Please login to write comment.