Color Hex Logo

#db88be Color Hex

#DB88BE
(219,136,190)
0 Favorites   0 Comments

Color spaces of #db88be

RGB 219136190
HSL0.890.540.70
HSV321°38°86°
CMYK 0.000.380.13   0.14
XYZ47.311836.386153.2448
Yxy36.38610.34550.2657
Hunter Lab60.320934.4423-10.1102
CIE-Lab66.813939.3037-14.7858

#db88be color RGB value is (219,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 10111110
Octal 333 210 276
Decimal 219 136 190
Hex DB 88 BE

RGB Percentages of Color #db88be

%40.18
%24.95
%34.86

CMYK Percentages of Color #db88be

%0
%38
%13
%14

Triadic Colors of #db88be

#db88be #bedb88 #88bedb

Analogous Colors of #db88be

#db88be #db8895 #cf88db

Monochromatic Colors of #db88be

#db88be

Complementary Color

#db88be #88dba5

#db88be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db88be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db88be Color CSS Codes

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

#db88be Text Font Color

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

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


#db88be Background Color

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

This div background color is #db88be


#db88be Border Color

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

This div border color is #db88be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db88be


Comments

No comments written yet.

Please login to write comment.