Color Hex Logo

#dcbde5 Color Hex

#DCBDE5
(220,189,229)
0 Favorites   0 Comments

Color spaces of #dcbde5

RGB 220189229
HSL0.800.430.82
HSV287°17°90°
CMYK 0.040.170.00   0.10
XYZ61.855757.268081.9224
Yxy57.26800.30770.2849
Hunter Lab75.675613.4699-11.2113
CIE-Lab80.330118.0792-15.8184

#dcbde5 color RGB value is (220,189,229).

#dcbde5 hex color red value is 220, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dcbde5 hue: 0.80 , saturation: 0.43 and the lightness value of dcbde5 is 0.82.

The process color (four color CMYK) of #dcbde5 color hex is 0.04, 0.17, 0.00, 0.10. Web safe color of #dcbde5 is #cccccc. Color #dcbde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11100101
Octal 334 275 345
Decimal 220 189 229
Hex DC BD E5

RGB Percentages of Color #dcbde5

%34.48
%29.62
%35.89

CMYK Percentages of Color #dcbde5

%4
%17
%0
%10

Triadic Colors of #dcbde5

#dcbde5 #e5dcbd #bde5dc

Analogous Colors of #dcbde5

#dcbde5 #e5bdda #c8bde5

Monochromatic Colors of #dcbde5

#dcbde5

Complementary Color

#dcbde5 #c6e5bd

#dcbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbde5 Color CSS Codes

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

#dcbde5 Text Font Color

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

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


#dcbde5 Background Color

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

This div background color is #dcbde5


#dcbde5 Border Color

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

This div border color is #dcbde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbde5


Comments

No comments written yet.

Please login to write comment.