Color Hex Logo

#db6ecb Color Hex

#DB6ECB
(219,110,203)
0 Favorites   0 Comments

Color spaces of #db6ecb

RGB 219110203
HSL0.860.600.65
HSV309°50°86°
CMYK 0.000.500.07   0.14
XYZ45.568830.523759.9898
Yxy30.52370.33490.2243
Hunter Lab55.248350.5425-25.7046
CIE-Lab62.103554.6800-29.2980

#db6ecb color RGB value is (219,110,203).

#db6ecb hex color red value is 219, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #db6ecb hue: 0.86 , saturation: 0.60 and the lightness value of db6ecb is 0.65.

The process color (four color CMYK) of #db6ecb color hex is 0.00, 0.50, 0.07, 0.14. Web safe color of #db6ecb is #cc66cc. Color #db6ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101110 11001011
Octal 333 156 313
Decimal 219 110 203
Hex DB 6E CB

RGB Percentages of Color #db6ecb

%41.17
%20.68
%38.16

CMYK Percentages of Color #db6ecb

%0
%50
%7
%14

Triadic Colors of #db6ecb

#db6ecb #cbdb6e #6ecbdb

Analogous Colors of #db6ecb

#db6ecb #db6e95 #b56edb

Monochromatic Colors of #db6ecb

#db6ecb

Complementary Color

#db6ecb #6edb7e

#db6ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6ecb Color CSS Codes

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

#db6ecb Text Font Color

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

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


#db6ecb Background Color

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

This div background color is #db6ecb


#db6ecb Border Color

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

This div border color is #db6ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6ecb

#db6ecb Color Palettes


Comments

No comments written yet.

Please login to write comment.