Color Hex Logo

#da91dd Color Hex

#DA91DD
(218,145,221)
0 Favorites   0 Comments

Color spaces of #da91dd

RGB 218145221
HSL0.830.530.72
HSV298°34°87°
CMYK 0.010.340.00   0.13
XYZ52.090040.376773.4546
Yxy40.37670.31390.2433
Hunter Lab63.542735.1282-24.0587
CIE-Lab69.737039.6186-27.5857

#da91dd color RGB value is (218,145,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010001 11011101
Octal 332 221 335
Decimal 218 145 221
Hex DA 91 DD

RGB Percentages of Color #da91dd

%37.33
%24.83
%37.84

CMYK Percentages of Color #da91dd

%1
%34
%0
%13

Triadic Colors of #da91dd

#da91dd #ddda91 #91ddda

Analogous Colors of #da91dd

#da91dd #dd91ba #b491dd

Monochromatic Colors of #da91dd

#da91dd

Complementary Color

#da91dd #94dd91

#da91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da91dd Color CSS Codes

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

#da91dd Text Font Color

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

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


#da91dd Background Color

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

This div background color is #da91dd


#da91dd Border Color

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

This div border color is #da91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da91dd


Comments

No comments written yet.

Please login to write comment.