Color Hex Logo

#db2aeb Color Hex

#DB2AEB
(219,42,235)
0 Favorites   0 Comments

Color spaces of #db2aeb

RGB 21942235
HSL0.820.830.54
HSV295°82°92°
CMYK 0.070.820.00   0.08
XYZ45.036822.714280.6078
Yxy22.71420.30360.1531
Hunter Lab47.659485.2735-66.9174
CIE-Lab54.776784.7320-58.8977

#db2aeb color RGB value is (219,42,235).

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

The process color (four color CMYK) of #db2aeb color hex is 0.07, 0.82, 0.00, 0.08. Web safe color of #db2aeb is #cc33ff. Color #db2aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101010 11101011
Octal 333 52 353
Decimal 219 42 235
Hex DB 2A EB

RGB Percentages of Color #db2aeb

%44.15
%8.47
%47.38

CMYK Percentages of Color #db2aeb

%7
%82
%0
%8

Triadic Colors of #db2aeb

#db2aeb #ebdb2a #2aebdb

Analogous Colors of #db2aeb

#db2aeb #eb2a9b #7b2aeb

Monochromatic Colors of #db2aeb

#db2aeb

Complementary Color

#db2aeb #3aeb2a

#db2aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2aeb Color CSS Codes

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

#db2aeb Text Font Color

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

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


#db2aeb Background Color

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

This div background color is #db2aeb


#db2aeb Border Color

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

This div border color is #db2aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2aeb


Comments

No comments written yet.

Please login to write comment.