Color Hex Logo

#db82be Color Hex

#DB82BE
(219,130,190)
0 Favorites   0 Comments

Color spaces of #db82be

RGB 219130190
HSL0.890.550.68
HSV320°41°86°
CMYK 0.000.410.13   0.14
XYZ46.490334.743052.9710
Yxy34.74300.34640.2589
Hunter Lab58.943237.6378-12.0224
CIE-Lab65.548142.4529-16.6977

#db82be color RGB value is (219,130,190).

#db82be hex color red value is 219, green value is 130 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db82be hue: 0.89 , saturation: 0.55 and the lightness value of db82be is 0.68.

The process color (four color CMYK) of #db82be color hex is 0.00, 0.41, 0.13, 0.14. Web safe color of #db82be is #cc99cc. Color #db82be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 10111110
Octal 333 202 276
Decimal 219 130 190
Hex DB 82 BE

RGB Percentages of Color #db82be

%40.63
%24.12
%35.25

CMYK Percentages of Color #db82be

%0
%41
%13
%14

Triadic Colors of #db82be

#db82be #bedb82 #82bedb

Analogous Colors of #db82be

#db82be #db8292 #cc82db

Monochromatic Colors of #db82be

#db82be

Complementary Color

#db82be #82db9f

#db82be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db82be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db82be Color CSS Codes

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

#db82be Text Font Color

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

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


#db82be Background Color

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

This div background color is #db82be


#db82be Border Color

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

This div border color is #db82be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db82be


Comments

No comments written yet.

Please login to write comment.