Color Hex Logo

#db8ecb Color Hex

#DB8ECB
(219,142,203)
0 Favorites   0 Comments

Color spaces of #db8ecb

RGB 219142203
HSL0.870.520.71
HSV312°35°86°
CMYK 0.000.350.07   0.14
XYZ49.665938.717961.3555
Yxy38.71790.33170.2586
Hunter Lab62.223733.5842-14.9061
CIE-Lab68.546438.3020-19.4244

#db8ecb color RGB value is (219,142,203).

#db8ecb hex color red value is 219, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #db8ecb hue: 0.87 , saturation: 0.52 and the lightness value of db8ecb is 0.71.

The process color (four color CMYK) of #db8ecb color hex is 0.00, 0.35, 0.07, 0.14. Web safe color of #db8ecb is #cc99cc. Color #db8ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 11001011
Octal 333 216 313
Decimal 219 142 203
Hex DB 8E CB

RGB Percentages of Color #db8ecb

%38.83
%25.18
%35.99

CMYK Percentages of Color #db8ecb

%0
%35
%7
%14

Triadic Colors of #db8ecb

#db8ecb #cbdb8e #8ecbdb

Analogous Colors of #db8ecb

#db8ecb #db8ea5 #c58edb

Monochromatic Colors of #db8ecb

#db8ecb

Complementary Color

#db8ecb #8edb9e

#db8ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8ecb Color CSS Codes

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

#db8ecb Text Font Color

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

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


#db8ecb Background Color

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

This div background color is #db8ecb


#db8ecb Border Color

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

This div border color is #db8ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,142,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db8ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db8ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #db8ecb;
  box-shadow:         1px 1px 3px 2px #db8ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,142,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8ecb


Comments

No comments written yet.

Please login to write comment.