Color Hex Logo

#db2cab Color Hex

#DB2CAB
(219,44,171)
0 Favorites   0 Comments

Color spaces of #db2cab

RGB 21944171
HSL0.880.710.52
HSV316°80°86°
CMYK 0.000.800.22   0.14
XYZ37.464819.801740.3756
Yxy19.80170.38370.2028
Hunter Lab44.499172.4098-22.6465
CIE-Lab51.612375.1728-27.1137

#db2cab color RGB value is (219,44,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101100 10101011
Octal 333 54 253
Decimal 219 44 171
Hex DB 2C AB

RGB Percentages of Color #db2cab

%50.46
%10.14
%39.40

CMYK Percentages of Color #db2cab

%0
%80
%22
%14

Triadic Colors of #db2cab

#db2cab #abdb2c #2cabdb

Analogous Colors of #db2cab

#db2cab #db2c53 #b42cdb

Monochromatic Colors of #db2cab

#db2cab

Complementary Color

#db2cab #2cdb5c

#db2cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2cab Color CSS Codes

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

#db2cab Text Font Color

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

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


#db2cab Background Color

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

This div background color is #db2cab


#db2cab Border Color

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

This div border color is #db2cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2cab


Comments

No comments written yet.

Please login to write comment.