Color Hex Logo

#db06eb Color Hex

#DB06EB
(219,6,235)
0 Favorites   0 Comments

Color spaces of #db06eb

RGB 2196235
HSL0.820.950.47
HSV296°97°92°
CMYK 0.070.970.00   0.08
XYZ44.273921.188580.3536
Yxy21.18850.30360.1453
Hunter Lab46.031091.1322-71.2774
CIE-Lab53.155289.5078-61.5031

#db06eb color RGB value is (219,6,235).

#db06eb hex color red value is 219, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db06eb hue: 0.82 , saturation: 0.95 and the lightness value of db06eb is 0.47.

The process color (four color CMYK) of #db06eb color hex is 0.07, 0.97, 0.00, 0.08. Web safe color of #db06eb is #cc00ff. Color #db06eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 11101011
Octal 333 6 353
Decimal 219 6 235
Hex DB 6 EB

RGB Percentages of Color #db06eb

%47.61
%1.30
%51.09

CMYK Percentages of Color #db06eb

%7
%97
%0
%8

Triadic Colors of #db06eb

#db06eb #ebdb06 #06ebdb

Analogous Colors of #db06eb

#db06eb #eb0689 #6906eb

Monochromatic Colors of #db06eb

#db06eb

Complementary Color

#db06eb #16eb06

#db06eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db06eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db06eb Color CSS Codes

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

#db06eb Text Font Color

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

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


#db06eb Background Color

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

This div background color is #db06eb


#db06eb Border Color

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

This div border color is #db06eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db06eb


Comments

No comments written yet.

Please login to write comment.