Color Hex Logo

#db6cbc Color Hex

#DB6CBC
(219,108,188)
0 Favorites   0 Comments

Color spaces of #db6cbc

RGB 219108188
HSL0.880.610.64
HSV317°51°86°
CMYK 0.000.510.14   0.14
XYZ43.653129.416050.9540
Yxy29.41600.35200.2372
Hunter Lab54.236548.7546-17.7361
CIE-Lab61.147053.2401-22.2633

#db6cbc color RGB value is (219,108,188).

#db6cbc hex color red value is 219, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db6cbc hue: 0.88 , saturation: 0.61 and the lightness value of db6cbc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101100 10111100
Octal 333 154 274
Decimal 219 108 188
Hex DB 6C BC

RGB Percentages of Color #db6cbc

%42.52
%20.97
%36.50

CMYK Percentages of Color #db6cbc

%0
%51
%14
%14

Triadic Colors of #db6cbc

#db6cbc #bcdb6c #6cbcdb

Analogous Colors of #db6cbc

#db6cbc #db6c85 #c36cdb

Monochromatic Colors of #db6cbc

#db6cbc

Complementary Color

#db6cbc #6cdb8b

#db6cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6cbc Color CSS Codes

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

#db6cbc Text Font Color

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

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


#db6cbc Background Color

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

This div background color is #db6cbc


#db6cbc Border Color

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

This div border color is #db6cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6cbc


Comments

No comments written yet.

Please login to write comment.