Color Hex Logo

#db3bce Color Hex

#DB3BCE
(219,59,206)
0 Favorites   0 Comments

Color spaces of #db3bce

RGB 21959206
HSL0.850.690.55
HSV305°73°86°
CMYK 0.000.730.06   0.14
XYZ41.918022.644260.5540
Yxy22.64420.33500.1810
Hunter Lab47.585973.9636-42.1375
CIE-Lab54.703975.8316-42.5682

#db3bce color RGB value is (219,59,206).

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

The process color (four color CMYK) of #db3bce color hex is 0.00, 0.73, 0.06, 0.14. Web safe color of #db3bce is #cc33cc. Color #db3bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111011 11001110
Octal 333 73 316
Decimal 219 59 206
Hex DB 3B CE

RGB Percentages of Color #db3bce

%45.25
%12.19
%42.56

CMYK Percentages of Color #db3bce

%0
%73
%6
%14

Triadic Colors of #db3bce

#db3bce #cedb3b #3bcedb

Analogous Colors of #db3bce

#db3bce #db3b7e #983bdb

Monochromatic Colors of #db3bce

#db3bce

Complementary Color

#db3bce #3bdb48

#db3bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3bce Color CSS Codes

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

#db3bce Text Font Color

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

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


#db3bce Background Color

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

This div background color is #db3bce


#db3bce Border Color

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

This div border color is #db3bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3bce


Comments

No comments written yet.

Please login to write comment.