Color Hex Logo

#db2cbc Color Hex

#DB2CBC
(219,44,188)
0 Favorites   0 Comments

Color spaces of #db2cbc

RGB 21944188
HSL0.860.710.52
HSV311°80°86°
CMYK 0.000.800.14   0.14
XYZ39.191220.492349.4668
Yxy20.49230.35910.1877
Hunter Lab45.268475.3169-33.1009
CIE-Lab52.389377.3702-35.8372

#db2cbc color RGB value is (219,44,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101100 10111100
Octal 333 54 274
Decimal 219 44 188
Hex DB 2C BC

RGB Percentages of Color #db2cbc

%48.56
%9.76
%41.69

CMYK Percentages of Color #db2cbc

%0
%80
%14
%14

Triadic Colors of #db2cbc

#db2cbc #bcdb2c #2cbcdb

Analogous Colors of #db2cbc

#db2cbc #db2c65 #a32cdb

Monochromatic Colors of #db2cbc

#db2cbc

Complementary Color

#db2cbc #2cdb4b

#db2cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2cbc Color CSS Codes

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

#db2cbc Text Font Color

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

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


#db2cbc Background Color

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

This div background color is #db2cbc


#db2cbc Border Color

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

This div border color is #db2cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2cbc


Comments

No comments written yet.

Please login to write comment.