Color Hex Logo

#ddb0e8 Color Hex

#DDB0E8
(221,176,232)
0 Favorites   0 Comments

Color spaces of #ddb0e8

RGB 221176232
HSL0.800.550.80
HSV288°24°91°
CMYK 0.050.240.00   0.09
XYZ59.909652.249083.2714
Yxy52.24900.30660.2674
Hunter Lab72.283521.4473-17.7043
CIE-Lab77.429525.9892-21.8125

#ddb0e8 color RGB value is (221,176,232).

#ddb0e8 hex color red value is 221, green value is 176 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ddb0e8 hue: 0.80 , saturation: 0.55 and the lightness value of ddb0e8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 11101000
Octal 335 260 350
Decimal 221 176 232
Hex DD B0 E8

RGB Percentages of Color #ddb0e8

%35.14
%27.98
%36.88

CMYK Percentages of Color #ddb0e8

%5
%24
%0
%9

Triadic Colors of #ddb0e8

#ddb0e8 #e8ddb0 #b0e8dd

Analogous Colors of #ddb0e8

#ddb0e8 #e8b0d7 #c1b0e8

Monochromatic Colors of #ddb0e8

#ddb0e8

Complementary Color

#ddb0e8 #bbe8b0

#ddb0e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0e8 Color CSS Codes

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

#ddb0e8 Text Font Color

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

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


#ddb0e8 Background Color

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

This div background color is #ddb0e8


#ddb0e8 Border Color

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

This div border color is #ddb0e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0e8


Comments

No comments written yet.

Please login to write comment.