Color Hex Logo

#dcb3da Color Hex

#DCB3DA
(220,179,218)
0 Favorites   0 Comments

Color spaces of #dcb3da

RGB 220179218
HSL0.840.370.78
HSV303°19°86°
CMYK 0.000.190.01   0.14
XYZ58.290252.517873.3944
Yxy52.51780.31640.2851
Hunter Lab72.469216.7545-9.3186
CIE-Lab77.589421.4017-13.9991

#dcb3da color RGB value is (220,179,218).

#dcb3da hex color red value is 220, green value is 179 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcb3da hue: 0.84 , saturation: 0.37 and the lightness value of dcb3da is 0.78.

The process color (four color CMYK) of #dcb3da color hex is 0.00, 0.19, 0.01, 0.14. Web safe color of #dcb3da is #cccccc. Color #dcb3da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 11011010
Octal 334 263 332
Decimal 220 179 218
Hex DC B3 DA

RGB Percentages of Color #dcb3da

%35.66
%29.01
%35.33

CMYK Percentages of Color #dcb3da

%0
%19
%1
%14

Triadic Colors of #dcb3da

#dcb3da #dadcb3 #b3dadc

Analogous Colors of #dcb3da

#dcb3da #dcb3c6 #cab3dc

Monochromatic Colors of #dcb3da

#dcb3da

Complementary Color

#dcb3da #b3dcb5

#dcb3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb3da Color CSS Codes

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

#dcb3da Text Font Color

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

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


#dcb3da Background Color

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

This div background color is #dcb3da


#dcb3da Border Color

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

This div border color is #dcb3da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,179,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb3da


Comments

No comments written yet.

Please login to write comment.