Color Hex Logo

#db1cea Color Hex

#DB1CEA
(219,28,234)
0 Favorites   0 Comments

Color spaces of #db1cea

RGB 21928234
HSL0.820.830.51
HSV296°88°92°
CMYK 0.060.880.00   0.08
XYZ44.480021.831179.7114
Yxy21.83110.30460.1495
Hunter Lab46.723888.1615-68.4429
CIE-Lab53.847387.1249-59.8269

#db1cea color RGB value is (219,28,234).

#db1cea hex color red value is 219, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db1cea hue: 0.82 , saturation: 0.83 and the lightness value of db1cea is 0.51.

The process color (four color CMYK) of #db1cea color hex is 0.06, 0.88, 0.00, 0.08. Web safe color of #db1cea is #cc33ff. Color #db1cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011100 11101010
Octal 333 34 352
Decimal 219 28 234
Hex DB 1C EA

RGB Percentages of Color #db1cea

%45.53
%5.82
%48.65

CMYK Percentages of Color #db1cea

%6
%88
%0
%8

Triadic Colors of #db1cea

#db1cea #eadb1c #1ceadb

Analogous Colors of #db1cea

#db1cea #ea1c92 #741cea

Monochromatic Colors of #db1cea

#db1cea

Complementary Color

#db1cea #2bea1c

#db1cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1cea Color CSS Codes

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

#db1cea Text Font Color

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

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


#db1cea Background Color

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

This div background color is #db1cea


#db1cea Border Color

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

This div border color is #db1cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1cea


Comments

No comments written yet.

Please login to write comment.