Color Hex Logo

#db0aee Color Hex

#DB0AEE
(219,10,238)
0 Favorites   0 Comments

Color spaces of #db0aee

RGB 21910238
HSL0.820.920.49
HSV295°96°93°
CMYK 0.080.960.00   0.07
XYZ44.754621.450282.6704
Yxy21.45020.30060.1441
Hunter Lab46.314491.4384-73.4117
CIE-Lab53.438789.6833-62.7348

#db0aee color RGB value is (219,10,238).

#db0aee hex color red value is 219, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #db0aee hue: 0.82 , saturation: 0.92 and the lightness value of db0aee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001010 11101110
Octal 333 12 356
Decimal 219 10 238
Hex DB A EE

RGB Percentages of Color #db0aee

%46.90
%2.14
%50.96

CMYK Percentages of Color #db0aee

%8
%96
%0
%7

Triadic Colors of #db0aee

#db0aee #eedb0a #0aeedb

Analogous Colors of #db0aee

#db0aee #ee0a8f #690aee

Monochromatic Colors of #db0aee

#db0aee

Complementary Color

#db0aee #1dee0a

#db0aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0aee Color CSS Codes

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

#db0aee Text Font Color

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

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


#db0aee Background Color

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

This div background color is #db0aee


#db0aee Border Color

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

This div border color is #db0aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0aee


Comments

No comments written yet.

Please login to write comment.