Color Hex Logo

#db1ece Color Hex

#DB1ECE
(219,30,206)
0 Favorites   0 Comments

Color spaces of #db1ece

RGB 21930206
HSL0.840.760.49
HSV304°86°86°
CMYK 0.000.860.06   0.14
XYZ40.818320.444860.1874
Yxy20.44480.33610.1683
Hunter Lab45.215982.0115-47.2704
CIE-Lab52.336482.6787-46.3176

#db1ece color RGB value is (219,30,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011110 11001110
Octal 333 36 316
Decimal 219 30 206
Hex DB 1E CE

RGB Percentages of Color #db1ece

%48.13
%6.59
%45.27

CMYK Percentages of Color #db1ece

%0
%86
%6
%14

Triadic Colors of #db1ece

#db1ece #cedb1e #1ecedb

Analogous Colors of #db1ece

#db1ece #db1e70 #8a1edb

Monochromatic Colors of #db1ece

#db1ece

Complementary Color

#db1ece #1edb2b

#db1ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1ece Color CSS Codes

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

#db1ece Text Font Color

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

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


#db1ece Background Color

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

This div background color is #db1ece


#db1ece Border Color

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

This div border color is #db1ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1ece


Comments

No comments written yet.

Please login to write comment.