Color Hex Logo

#dd9ceb Color Hex

#DD9CEB
(221,156,235)
0 Favorites   0 Comments

Color spaces of #dd9ceb

RGB 221156235
HSL0.800.660.77
HSV289°34°92°
CMYK 0.060.340.00   0.08
XYZ56.702745.147284.3230
Yxy45.14720.30460.2425
Hunter Lab67.191733.0498-27.3725
CIE-Lab72.988737.3404-30.2357

#dd9ceb color RGB value is (221,156,235).

#dd9ceb hex color red value is 221, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dd9ceb hue: 0.80 , saturation: 0.66 and the lightness value of dd9ceb is 0.77.

The process color (four color CMYK) of #dd9ceb color hex is 0.06, 0.34, 0.00, 0.08. Web safe color of #dd9ceb is #cc99ff. Color #dd9ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 11101011
Octal 335 234 353
Decimal 221 156 235
Hex DD 9C EB

RGB Percentages of Color #dd9ceb

%36.11
%25.49
%38.40

CMYK Percentages of Color #dd9ceb

%6
%34
%0
%8

Triadic Colors of #dd9ceb

#dd9ceb #ebdd9c #9cebdd

Analogous Colors of #dd9ceb

#dd9ceb #eb9cd2 #b69ceb

Monochromatic Colors of #dd9ceb

#dd9ceb

Complementary Color

#dd9ceb #aaeb9c

#dd9ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9ceb Color CSS Codes

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

#dd9ceb Text Font Color

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

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


#dd9ceb Background Color

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

This div background color is #dd9ceb


#dd9ceb Border Color

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

This div border color is #dd9ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,156,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 #dd9ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9ceb


Comments

No comments written yet.

Please login to write comment.