Color Hex Logo

#db8bce Color Hex

#DB8BCE
(219,139,206)
0 Favorites   0 Comments

Color spaces of #db8bce

RGB 219139206
HSL0.860.530.70
HSV310°37°86°
CMYK 0.000.370.06   0.14
XYZ49.586637.981563.1102
Yxy37.98150.32910.2521
Hunter Lab61.629135.7695-17.5745
CIE-Lab68.007040.4128-21.9145

#db8bce color RGB value is (219,139,206).

#db8bce hex color red value is 219, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #db8bce hue: 0.86 , saturation: 0.53 and the lightness value of db8bce is 0.70.

The process color (four color CMYK) of #db8bce color hex is 0.00, 0.37, 0.06, 0.14. Web safe color of #db8bce is #cc99cc. Color #db8bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001011 11001110
Octal 333 213 316
Decimal 219 139 206
Hex DB 8B CE

RGB Percentages of Color #db8bce

%38.83
%24.65
%36.52

CMYK Percentages of Color #db8bce

%0
%37
%6
%14

Triadic Colors of #db8bce

#db8bce #cedb8b #8bcedb

Analogous Colors of #db8bce

#db8bce #db8ba6 #c08bdb

Monochromatic Colors of #db8bce

#db8bce

Complementary Color

#db8bce #8bdb98

#db8bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8bce Color CSS Codes

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

#db8bce Text Font Color

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

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


#db8bce Background Color

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

This div background color is #db8bce


#db8bce Border Color

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

This div border color is #db8bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8bce


Comments

No comments written yet.

Please login to write comment.