Color Hex Logo

#db84cb Color Hex

#DB84CB
(219,132,203)
0 Favorites   0 Comments

Color spaces of #db84cb

RGB 219132203
HSL0.860.550.69
HSV311°40°86°
CMYK 0.000.400.07   0.14
XYZ48.244235.874460.8816
Yxy35.87440.33270.2474
Hunter Lab59.895238.9609-18.3397
CIE-Lab66.423843.5711-22.6576

#db84cb color RGB value is (219,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 11001011
Octal 333 204 313
Decimal 219 132 203
Hex DB 84 CB

RGB Percentages of Color #db84cb

%39.53
%23.83
%36.64

CMYK Percentages of Color #db84cb

%0
%40
%7
%14

Triadic Colors of #db84cb

#db84cb #cbdb84 #84cbdb

Analogous Colors of #db84cb

#db84cb #db84a0 #c084db

Monochromatic Colors of #db84cb

#db84cb

Complementary Color

#db84cb #84db94

#db84cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84cb Color CSS Codes

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

#db84cb Text Font Color

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

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


#db84cb Background Color

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

This div background color is #db84cb


#db84cb Border Color

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

This div border color is #db84cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84cb


Comments

No comments written yet.

Please login to write comment.