Color Hex Logo

#da93dd Color Hex

#DA93DD
(218,147,221)
0 Favorites   0 Comments

Color spaces of #da93dd

RGB 218147221
HSL0.830.520.72
HSV298°33°87°
CMYK 0.010.330.00   0.13
XYZ52.398340.993373.5574
Yxy40.99330.31390.2455
Hunter Lab64.026034.0372-23.2981
CIE-Lab70.171238.5525-26.9188

#da93dd color RGB value is (218,147,221).

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

The process color (four color CMYK) of #da93dd color hex is 0.01, 0.33, 0.00, 0.13. Web safe color of #da93dd is #cc99cc. Color #da93dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 11011101
Octal 332 223 335
Decimal 218 147 221
Hex DA 93 DD

RGB Percentages of Color #da93dd

%37.20
%25.09
%37.71

CMYK Percentages of Color #da93dd

%1
%33
%0
%13

Triadic Colors of #da93dd

#da93dd #ddda93 #93ddda

Analogous Colors of #da93dd

#da93dd #dd93bb #b593dd

Monochromatic Colors of #da93dd

#da93dd

Complementary Color

#da93dd #96dd93

#da93dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da93dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da93dd Color CSS Codes

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

#da93dd Text Font Color

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

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


#da93dd Background Color

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

This div background color is #da93dd


#da93dd Border Color

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

This div border color is #da93dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da93dd


Comments

No comments written yet.

Please login to write comment.