Color Hex Logo

#db4ecb Color Hex

#DB4ECB
(219,78,203)
0 Favorites   0 Comments

Color spaces of #db4ecb

RGB 21978203
HSL0.850.660.58
HSV307°64°86°
CMYK 0.000.640.07   0.14
XYZ42.717324.820659.0393
Yxy24.82060.33750.1961
Hunter Lab49.820365.8654-35.3872
CIE-Lab56.900268.7688-37.3986

#db4ecb color RGB value is (219,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001110 11001011
Octal 333 116 313
Decimal 219 78 203
Hex DB 4E CB

RGB Percentages of Color #db4ecb

%43.80
%15.60
%40.60

CMYK Percentages of Color #db4ecb

%0
%64
%7
%14

Triadic Colors of #db4ecb

#db4ecb #cbdb4e #4ecbdb

Analogous Colors of #db4ecb

#db4ecb #db4e85 #a54edb

Monochromatic Colors of #db4ecb

#db4ecb

Complementary Color

#db4ecb #4edb5e

#db4ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4ecb Color CSS Codes

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

#db4ecb Text Font Color

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

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


#db4ecb Background Color

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

This div background color is #db4ecb


#db4ecb Border Color

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

This div border color is #db4ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4ecb


Comments

No comments written yet.

Please login to write comment.