Color Hex Logo

#dcbde8 Color Hex

#DCBDE8
(220,189,232)
0 Favorites   0 Comments

Color spaces of #dcbde8

RGB 220189232
HSL0.790.480.83
HSV283°19°91°
CMYK 0.050.190.00   0.09
XYZ62.278357.437084.1480
Yxy57.43700.30550.2817
Hunter Lab75.787214.0552-12.7798
CIE-Lab80.424818.6556-17.2878

#dcbde8 color RGB value is (220,189,232).

#dcbde8 hex color red value is 220, green value is 189 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dcbde8 hue: 0.79 , saturation: 0.48 and the lightness value of dcbde8 is 0.83.

The process color (four color CMYK) of #dcbde8 color hex is 0.05, 0.19, 0.00, 0.09. Web safe color of #dcbde8 is #ccccff. Color #dcbde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11101000
Octal 334 275 350
Decimal 220 189 232
Hex DC BD E8

RGB Percentages of Color #dcbde8

%34.32
%29.49
%36.19

CMYK Percentages of Color #dcbde8

%5
%19
%0
%9

Triadic Colors of #dcbde8

#dcbde8 #e8dcbd #bde8dc

Analogous Colors of #dcbde8

#dcbde8 #e8bddf #c7bde8

Monochromatic Colors of #dcbde8

#dcbde8

Complementary Color

#dcbde8 #c9e8bd

#dcbde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbde8 Color CSS Codes

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

#dcbde8 Text Font Color

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

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


#dcbde8 Background Color

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

This div background color is #dcbde8


#dcbde8 Border Color

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

This div border color is #dcbde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbde8


Comments

No comments written yet.

Please login to write comment.