Color Hex Logo

#da58db Color Hex

#DA58DB
(218,88,219)
0 Favorites   0 Comments

Color spaces of #da58db

RGB 21888219
HSL0.830.650.60
HSV300°60°86°
CMYK 0.000.600.00   0.14
XYZ45.189326.999369.8475
Yxy26.99930.31820.1901
Hunter Lab51.960964.3063-43.3270
CIE-Lab58.973767.0811-43.2236

#da58db color RGB value is (218,88,219).

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

The process color (four color CMYK) of #da58db color hex is 0.00, 0.60, 0.00, 0.14. Web safe color of #da58db is #cc66cc. Color #da58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 11011011
Octal 332 130 333
Decimal 218 88 219
Hex DA 58 DB

RGB Percentages of Color #da58db

%41.52
%16.76
%41.71

CMYK Percentages of Color #da58db

%0
%60
%0
%14

Triadic Colors of #da58db

#da58db #dbda58 #58dbda

Analogous Colors of #da58db

#da58db #db589b #9958db

Monochromatic Colors of #da58db

#da58db

Complementary Color

#da58db #59db58

#da58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da58db Color CSS Codes

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

#da58db Text Font Color

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

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


#da58db Background Color

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

This div background color is #da58db


#da58db Border Color

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

This div border color is #da58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da58db


Comments

No comments written yet.

Please login to write comment.