Color Hex Logo

#da26db Color Hex

#DA26DB
(218,38,219)
0 Favorites   0 Comments

Color spaces of #da26db

RGB 21838219
HSL0.830.720.50
HSV300°83°86°
CMYK 0.000.830.00   0.14
XYZ42.392721.406168.9153
Yxy21.40610.31940.1613
Hunter Lab46.266782.5870-55.9270
CIE-Lab53.391182.9217-52.0779

#da26db color RGB value is (218,38,219).

#da26db hex color red value is 218, green value is 38 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #da26db hue: 0.83 , saturation: 0.72 and the lightness value of da26db is 0.50.

The process color (four color CMYK) of #da26db color hex is 0.00, 0.83, 0.00, 0.14. Web safe color of #da26db is #cc33cc. Color #da26db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100110 11011011
Octal 332 46 333
Decimal 218 38 219
Hex DA 26 DB

RGB Percentages of Color #da26db

%45.89
%8.00
%46.11

CMYK Percentages of Color #da26db

%0
%83
%0
%14

Triadic Colors of #da26db

#da26db #dbda26 #26dbda

Analogous Colors of #da26db

#da26db #db2682 #8026db

Monochromatic Colors of #da26db

#da26db

Complementary Color

#da26db #27db26

#da26db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da26db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da26db Color CSS Codes

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

#da26db Text Font Color

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

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


#da26db Background Color

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

This div background color is #da26db


#da26db Border Color

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

This div border color is #da26db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da26db


Comments

No comments written yet.

Please login to write comment.