Color Hex Logo

#db2ccb Color Hex

#DB2CCB
(219,44,203)
0 Favorites   0 Comments

Color spaces of #db2ccb

RGB 21944203
HSL0.850.710.52
HSV305°80°86°
CMYK 0.000.800.07   0.14
XYZ40.893621.173258.4314
Yxy21.17320.33940.1757
Hunter Lab46.014378.1104-43.0795
CIE-Lab53.138579.4532-43.3226

#db2ccb color RGB value is (219,44,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101100 11001011
Octal 333 54 313
Decimal 219 44 203
Hex DB 2C CB

RGB Percentages of Color #db2ccb

%47.00
%9.44
%43.56

CMYK Percentages of Color #db2ccb

%0
%80
%7
%14

Triadic Colors of #db2ccb

#db2ccb #cbdb2c #2ccbdb

Analogous Colors of #db2ccb

#db2ccb #db2c74 #942cdb

Monochromatic Colors of #db2ccb

#db2ccb

Complementary Color

#db2ccb #2cdb3c

#db2ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2ccb Color CSS Codes

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

#db2ccb Text Font Color

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

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


#db2ccb Background Color

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

This div background color is #db2ccb


#db2ccb Border Color

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

This div border color is #db2ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2ccb


Comments

No comments written yet.

Please login to write comment.