Color Hex Logo

#ddb4eb Color Hex

#DDB4EB
(221,180,235)
0 Favorites   0 Comments

Color spaces of #ddb4eb

RGB 221180235
HSL0.790.580.81
HSV285°23°92°
CMYK 0.060.230.00   0.08
XYZ61.135454.012885.8006
Yxy54.01280.30420.2688
Hunter Lab73.493419.8716-17.7733
CIE-Lab78.469224.4118-21.8532

#ddb4eb color RGB value is (221,180,235).

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

The process color (four color CMYK) of #ddb4eb color hex is 0.06, 0.23, 0.00, 0.08. Web safe color of #ddb4eb is #ccccff. Color #ddb4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 11101011
Octal 335 264 353
Decimal 221 180 235
Hex DD B4 EB

RGB Percentages of Color #ddb4eb

%34.75
%28.30
%36.95

CMYK Percentages of Color #ddb4eb

%6
%23
%0
%8

Triadic Colors of #ddb4eb

#ddb4eb #ebddb4 #b4ebdd

Analogous Colors of #ddb4eb

#ddb4eb #ebb4de #c2b4eb

Monochromatic Colors of #ddb4eb

#ddb4eb

Complementary Color

#ddb4eb #c2ebb4

#ddb4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb4eb Color CSS Codes

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

#ddb4eb Text Font Color

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

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


#ddb4eb Background Color

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

This div background color is #ddb4eb


#ddb4eb Border Color

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

This div border color is #ddb4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb4eb


Comments

No comments written yet.

Please login to write comment.