Color Hex Logo

#ddb5e5 Color Hex

#DDB5E5
(221,181,229)
0 Favorites   0 Comments

Color spaces of #ddb5e5

RGB 221181229
HSL0.810.480.80
HSV290°21°90°
CMYK 0.030.210.00   0.10
XYZ60.485554.077081.3787
Yxy54.07700.30870.2760
Hunter Lab73.537118.1295-14.1365
CIE-Lab78.506622.7157-18.5591

#ddb5e5 color RGB value is (221,181,229).

#ddb5e5 hex color red value is 221, green value is 181 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ddb5e5 hue: 0.81 , saturation: 0.48 and the lightness value of ddb5e5 is 0.80.

The process color (four color CMYK) of #ddb5e5 color hex is 0.03, 0.21, 0.00, 0.10. Web safe color of #ddb5e5 is #cccccc. Color #ddb5e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 11100101
Octal 335 265 345
Decimal 221 181 229
Hex DD B5 E5

RGB Percentages of Color #ddb5e5

%35.02
%28.68
%36.29

CMYK Percentages of Color #ddb5e5

%3
%21
%0
%10

Triadic Colors of #ddb5e5

#ddb5e5 #e5ddb5 #b5e5dd

Analogous Colors of #ddb5e5

#ddb5e5 #e5b5d5 #c5b5e5

Monochromatic Colors of #ddb5e5

#ddb5e5

Complementary Color

#ddb5e5 #bde5b5

#ddb5e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5e5 Color CSS Codes

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

#ddb5e5 Text Font Color

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

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


#ddb5e5 Background Color

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

This div background color is #ddb5e5


#ddb5e5 Border Color

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

This div border color is #ddb5e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5e5


Comments

No comments written yet.

Please login to write comment.