Color Hex Logo

#db07ed Color Hex

#DB07ED
(219,7,237)
0 Favorites   0 Comments

Color spaces of #db07ed

RGB 2197237
HSL0.820.940.48
HSV295°97°93°
CMYK 0.080.970.00   0.07
XYZ44.575521.326581.8878
Yxy21.32650.30160.1443
Hunter Lab46.180691.4797-72.8070
CIE-Lab53.305089.7402-62.3878

#db07ed color RGB value is (219,7,237).

#db07ed hex color red value is 219, green value is 7 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db07ed hue: 0.82 , saturation: 0.94 and the lightness value of db07ed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 11101101
Octal 333 7 355
Decimal 219 7 237
Hex DB 7 ED

RGB Percentages of Color #db07ed

%47.30
%1.51
%51.19

CMYK Percentages of Color #db07ed

%8
%97
%0
%7

Triadic Colors of #db07ed

#db07ed #eddb07 #07eddb

Analogous Colors of #db07ed

#db07ed #ed078c #6807ed

Monochromatic Colors of #db07ed

#db07ed

Complementary Color

#db07ed #19ed07

#db07ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db07ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db07ed Color CSS Codes

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

#db07ed Text Font Color

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

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


#db07ed Background Color

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

This div background color is #db07ed


#db07ed Border Color

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

This div border color is #db07ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db07ed


Comments

No comments written yet.

Please login to write comment.