Color Hex Logo

#dcbee1 Color Hex

#DCBEE1
(220,190,225)
0 Favorites   0 Comments

Color spaces of #dcbee1

RGB 220190225
HSL0.810.370.81
HSV291°16°88°
CMYK 0.020.160.00   0.12
XYZ61.519357.478879.0863
Yxy57.47880.31060.2902
Hunter Lab75.814812.1666-8.7781
CIE-Lab80.448116.7834-13.4911

#dcbee1 color RGB value is (220,190,225).

#dcbee1 hex color red value is 220, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dcbee1 hue: 0.81 , saturation: 0.37 and the lightness value of dcbee1 is 0.81.

The process color (four color CMYK) of #dcbee1 color hex is 0.02, 0.16, 0.00, 0.12. Web safe color of #dcbee1 is #cccccc. Color #dcbee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11100001
Octal 334 276 341
Decimal 220 190 225
Hex DC BE E1

RGB Percentages of Color #dcbee1

%34.65
%29.92
%35.43

CMYK Percentages of Color #dcbee1

%2
%16
%0
%12

Triadic Colors of #dcbee1

#dcbee1 #e1dcbe #bee1dc

Analogous Colors of #dcbee1

#dcbee1 #e1bed5 #cbbee1

Monochromatic Colors of #dcbee1

#dcbee1

Complementary Color

#dcbee1 #c3e1be

#dcbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbee1 Color CSS Codes

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

#dcbee1 Text Font Color

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

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


#dcbee1 Background Color

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

This div background color is #dcbee1


#dcbee1 Border Color

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

This div border color is #dcbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbee1


Comments

No comments written yet.

Please login to write comment.