Color Hex Logo

#db2bda Color Hex

#DB2BDA
(219,43,218)
0 Favorites   0 Comments

Color spaces of #db2bda

RGB 21943218
HSL0.830.710.51
HSV300°80°86°
CMYK 0.000.800.00   0.14
XYZ42.732221.849868.2949
Yxy21.84980.32160.1644
Hunter Lab46.743881.3795-53.9049
CIE-Lab53.867381.8863-50.7401

#db2bda color RGB value is (219,43,218).

#db2bda hex color red value is 219, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db2bda hue: 0.83 , saturation: 0.71 and the lightness value of db2bda is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101011 11011010
Octal 333 53 332
Decimal 219 43 218
Hex DB 2B DA

RGB Percentages of Color #db2bda

%45.63
%8.96
%45.42

CMYK Percentages of Color #db2bda

%0
%80
%0
%14

Triadic Colors of #db2bda

#db2bda #dadb2b #2bdadb

Analogous Colors of #db2bda

#db2bda #db2b82 #842bdb

Monochromatic Colors of #db2bda

#db2bda

Complementary Color

#db2bda #2bdb2c

#db2bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2bda Color CSS Codes

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

#db2bda Text Font Color

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

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


#db2bda Background Color

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

This div background color is #db2bda


#db2bda Border Color

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

This div border color is #db2bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2bda


Comments

No comments written yet.

Please login to write comment.