Color Hex Logo

#db1cce Color Hex

#DB1CCE
(219,28,206)
0 Favorites   0 Comments

Color spaces of #db1cce

RGB 21928206
HSL0.840.770.48
HSV304°87°86°
CMYK 0.000.870.06   0.14
XYZ40.769220.346860.1711
Yxy20.34680.33610.1678
Hunter Lab45.107482.3947-47.5148
CIE-Lab52.227182.9988-46.4913

#db1cce color RGB value is (219,28,206).

#db1cce hex color red value is 219, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #db1cce hue: 0.84 , saturation: 0.77 and the lightness value of db1cce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011100 11001110
Octal 333 34 316
Decimal 219 28 206
Hex DB 1C CE

RGB Percentages of Color #db1cce

%48.34
%6.18
%45.47

CMYK Percentages of Color #db1cce

%0
%87
%6
%14

Triadic Colors of #db1cce

#db1cce #cedb1c #1ccedb

Analogous Colors of #db1cce

#db1cce #db1c6f #891cdb

Monochromatic Colors of #db1cce

#db1cce

Complementary Color

#db1cce #1cdb29

#db1cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1cce Color CSS Codes

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

#db1cce Text Font Color

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

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


#db1cce Background Color

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

This div background color is #db1cce


#db1cce Border Color

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

This div border color is #db1cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1cce


Comments

No comments written yet.

Please login to write comment.