Color Hex Logo

#da75db Color Hex

#DA75DB
(218,117,219)
0 Favorites   0 Comments

Color spaces of #da75db

RGB 218117219
HSL0.830.590.66
HSV299°47°86°
CMYK 0.000.470.00   0.14
XYZ48.060932.742570.8047
Yxy32.74250.31700.2160
Hunter Lab57.221149.7882-33.3100
CIE-Lab63.951953.7204-35.4249

#da75db color RGB value is (218,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 11011011
Octal 332 165 333
Decimal 218 117 219
Hex DA 75 DB

RGB Percentages of Color #da75db

%39.35
%21.12
%39.53

CMYK Percentages of Color #da75db

%0
%47
%0
%14

Triadic Colors of #da75db

#da75db #dbda75 #75dbda

Analogous Colors of #da75db

#da75db #db75a9 #a775db

Monochromatic Colors of #da75db

#da75db

Complementary Color

#da75db #76db75

#da75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da75db Color CSS Codes

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

#da75db Text Font Color

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

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


#da75db Background Color

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

This div background color is #da75db


#da75db Border Color

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

This div border color is #da75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da75db


Comments

No comments written yet.

Please login to write comment.