Color Hex Logo

#dcbeca Color Hex

#DCBECA
(220,190,202)
0 Favorites   0 Comments

Color spaces of #dcbeca

RGB 220190202
HSL0.930.300.80
HSV336°14°86°
CMYK 0.000.140.08   0.14
XYZ58.589356.306863.6574
Yxy56.30680.32810.3153
Hunter Lab75.03798.05592.2286
CIE-Lab79.788112.6500-2.0827

#dcbeca color RGB value is (220,190,202).

#dcbeca hex color red value is 220, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dcbeca hue: 0.93 , saturation: 0.30 and the lightness value of dcbeca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11001010
Octal 334 276 312
Decimal 220 190 202
Hex DC BE CA

RGB Percentages of Color #dcbeca

%35.95
%31.05
%33.01

CMYK Percentages of Color #dcbeca

%0
%14
%8
%14

Triadic Colors of #dcbeca

#dcbeca #cadcbe #becadc

Analogous Colors of #dcbeca

#dcbeca #dcc1be #dcbed9

Monochromatic Colors of #dcbeca

#dcbeca

Complementary Color

#dcbeca #bedcd0

#dcbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbeca Color CSS Codes

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

#dcbeca Text Font Color

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

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


#dcbeca Background Color

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

This div background color is #dcbeca


#dcbeca Border Color

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

This div border color is #dcbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbeca


Comments

No comments written yet.

Please login to write comment.