Color Hex Logo

#db84cc Color Hex

#DB84CC
(219,132,204)
0 Favorites   0 Comments

Color spaces of #db84cc

RGB 219132204
HSL0.860.550.69
HSV310°40°86°
CMYK 0.000.400.07   0.14
XYZ48.363835.922261.5114
Yxy35.92220.33170.2464
Hunter Lab59.935139.1515-18.8947
CIE-Lab66.460443.7427-23.1607

#db84cc color RGB value is (219,132,204).

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

The process color (four color CMYK) of #db84cc color hex is 0.00, 0.40, 0.07, 0.14. Web safe color of #db84cc is #cc99cc. Color #db84cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 11001100
Octal 333 204 314
Decimal 219 132 204
Hex DB 84 CC

RGB Percentages of Color #db84cc

%39.46
%23.78
%36.76

CMYK Percentages of Color #db84cc

%0
%40
%7
%14

Triadic Colors of #db84cc

#db84cc #ccdb84 #84ccdb

Analogous Colors of #db84cc

#db84cc #db84a1 #bf84db

Monochromatic Colors of #db84cc

#db84cc

Complementary Color

#db84cc #84db93

#db84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84cc Color CSS Codes

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

#db84cc Text Font Color

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

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


#db84cc Background Color

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

This div background color is #db84cc


#db84cc Border Color

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

This div border color is #db84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84cc


Comments

No comments written yet.

Please login to write comment.