Color Hex Logo

#db2ecb Color Hex

#DB2ECB
(219,46,203)
0 Favorites   0 Comments

Color spaces of #db2ecb

RGB 21946203
HSL0.850.710.52
HSV306°79°86°
CMYK 0.000.790.07   0.14
XYZ40.969921.325958.4569
Yxy21.32590.33930.1766
Hunter Lab46.180077.5465-42.7262
CIE-Lab53.304378.9731-43.0603

#db2ecb color RGB value is (219,46,203).

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

The process color (four color CMYK) of #db2ecb color hex is 0.00, 0.79, 0.07, 0.14. Web safe color of #db2ecb is #cc33cc. Color #db2ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101110 11001011
Octal 333 56 313
Decimal 219 46 203
Hex DB 2E CB

RGB Percentages of Color #db2ecb

%46.79
%9.83
%43.38

CMYK Percentages of Color #db2ecb

%0
%79
%7
%14

Triadic Colors of #db2ecb

#db2ecb #cbdb2e #2ecbdb

Analogous Colors of #db2ecb

#db2ecb #db2e75 #952edb

Monochromatic Colors of #db2ecb

#db2ecb

Complementary Color

#db2ecb #2edb3e

#db2ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2ecb Color CSS Codes

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

#db2ecb Text Font Color

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

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


#db2ecb Background Color

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

This div background color is #db2ecb


#db2ecb Border Color

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

This div border color is #db2ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2ecb


Comments

No comments written yet.

Please login to write comment.