Color Hex Logo

#db6bcc Color Hex

#DB6BCC
(219,107,204)
0 Favorites   0 Comments

Color spaces of #db6bcc

RGB 219107204
HSL0.860.610.64
HSV308°51°86°
CMYK 0.000.510.07   0.14
XYZ45.370229.935160.5135
Yxy29.93510.33400.2204
Hunter Lab54.713052.2717-27.2767
CIE-Lab61.598256.2887-30.6450

#db6bcc color RGB value is (219,107,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101011 11001100
Octal 333 153 314
Decimal 219 107 204
Hex DB 6B CC

RGB Percentages of Color #db6bcc

%41.32
%20.19
%38.49

CMYK Percentages of Color #db6bcc

%0
%51
%7
%14

Triadic Colors of #db6bcc

#db6bcc #ccdb6b #6bccdb

Analogous Colors of #db6bcc

#db6bcc #db6b94 #b26bdb

Monochromatic Colors of #db6bcc

#db6bcc

Complementary Color

#db6bcc #6bdb7a

#db6bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6bcc Color CSS Codes

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

#db6bcc Text Font Color

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

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


#db6bcc Background Color

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

This div background color is #db6bcc


#db6bcc Border Color

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

This div border color is #db6bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6bcc


Comments

No comments written yet.

Please login to write comment.