Color Hex Logo

#db83be Color Hex

#DB83BE
(219,131,190)
0 Favorites   0 Comments

Color spaces of #db83be

RGB 219131190
HSL0.890.550.69
HSV320°40°86°
CMYK 0.000.400.13   0.14
XYZ46.624035.010453.0155
Yxy35.01040.34630.2600
Hunter Lab59.169637.1063-11.7047
CIE-Lab65.756841.9307-16.3819

#db83be color RGB value is (219,131,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 10111110
Octal 333 203 276
Decimal 219 131 190
Hex DB 83 BE

RGB Percentages of Color #db83be

%40.56
%24.26
%35.19

CMYK Percentages of Color #db83be

%0
%40
%13
%14

Triadic Colors of #db83be

#db83be #bedb83 #83bedb

Analogous Colors of #db83be

#db83be #db8392 #cc83db

Monochromatic Colors of #db83be

#db83be

Complementary Color

#db83be #83dba0

#db83be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db83be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db83be Color CSS Codes

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

#db83be Text Font Color

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

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


#db83be Background Color

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

This div background color is #db83be


#db83be Border Color

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

This div border color is #db83be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db83be


Comments

No comments written yet.

Please login to write comment.