Color Hex Logo

#db84ce Color Hex

#DB84CE
(219,132,206)
0 Favorites   0 Comments

Color spaces of #db84ce

RGB 219132206
HSL0.860.550.69
HSV309°40°86°
CMYK 0.000.400.06   0.14
XYZ48.605336.018862.7831
Yxy36.01880.32970.2443
Hunter Lab60.015739.5356-20.0130
CIE-Lab66.534344.0877-24.1650

#db84ce color RGB value is (219,132,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 11001110
Octal 333 204 316
Decimal 219 132 206
Hex DB 84 CE

RGB Percentages of Color #db84ce

%39.32
%23.70
%36.98

CMYK Percentages of Color #db84ce

%0
%40
%6
%14

Triadic Colors of #db84ce

#db84ce #cedb84 #84cedb

Analogous Colors of #db84ce

#db84ce #db84a3 #bd84db

Monochromatic Colors of #db84ce

#db84ce

Complementary Color

#db84ce #84db91

#db84ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84ce Color CSS Codes

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

#db84ce Text Font Color

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

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


#db84ce Background Color

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

This div background color is #db84ce


#db84ce Border Color

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

This div border color is #db84ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84ce


Comments

No comments written yet.

Please login to write comment.