Color Hex Logo

#db84ba Color Hex

#DB84BA
(219,132,186)
0 Favorites   0 Comments

Color spaces of #db84ba

RGB 219132186
HSL0.900.550.69
HSV323°40°86°
CMYK 0.000.400.15   0.14
XYZ46.327635.107850.7891
Yxy35.10780.35040.2655
Hunter Lab59.251835.8742-9.3455
CIE-Lab65.832540.7668-14.0172

#db84ba color RGB value is (219,132,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 10111010
Octal 333 204 272
Decimal 219 132 186
Hex DB 84 BA

RGB Percentages of Color #db84ba

%40.78
%24.58
%34.64

CMYK Percentages of Color #db84ba

%0
%40
%15
%14

Triadic Colors of #db84ba

#db84ba #badb84 #84badb

Analogous Colors of #db84ba

#db84ba #db848f #d184db

Monochromatic Colors of #db84ba

#db84ba

Complementary Color

#db84ba #84dba5

#db84ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84ba Color CSS Codes

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

#db84ba Text Font Color

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

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


#db84ba Background Color

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

This div background color is #db84ba


#db84ba Border Color

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

This div border color is #db84ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84ba


Comments

No comments written yet.

Please login to write comment.