Color Hex Logo

#dcbaeb Color Hex

#DCBAEB
(220,186,235)
0 Favorites   0 Comments

Color spaces of #dcbaeb

RGB 220186235
HSL0.780.550.83
HSV282°21°92°
CMYK 0.060.210.00   0.08
XYZ62.069556.331686.1989
Yxy56.33160.30340.2753
Hunter Lab75.054416.2732-15.5557
CIE-Lab79.802220.8533-19.8404

#dcbaeb color RGB value is (220,186,235).

#dcbaeb hex color red value is 220, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcbaeb hue: 0.78 , saturation: 0.55 and the lightness value of dcbaeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11101011
Octal 334 272 353
Decimal 220 186 235
Hex DC BA EB

RGB Percentages of Color #dcbaeb

%34.32
%29.02
%36.66

CMYK Percentages of Color #dcbaeb

%6
%21
%0
%8

Triadic Colors of #dcbaeb

#dcbaeb #ebdcba #baebdc

Analogous Colors of #dcbaeb

#dcbaeb #ebbae2 #c4baeb

Monochromatic Colors of #dcbaeb

#dcbaeb

Complementary Color

#dcbaeb #c9ebba

#dcbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaeb Color CSS Codes

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

#dcbaeb Text Font Color

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

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


#dcbaeb Background Color

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

This div background color is #dcbaeb


#dcbaeb Border Color

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

This div border color is #dcbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaeb


Comments

No comments written yet.

Please login to write comment.