Color Hex Logo

#da49dd Color Hex

#DA49DD
(218,73,221)
0 Favorites   0 Comments

Color spaces of #da49dd

RGB 21873221
HSL0.830.690.58
HSV299°67°87°
CMYK 0.010.670.00   0.13
XYZ44.347124.891070.8737
Yxy24.89100.31650.1777
Hunter Lab49.890971.3564-49.3022
CIE-Lab56.969173.2822-47.5204

#da49dd color RGB value is (218,73,221).

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

The process color (four color CMYK) of #da49dd color hex is 0.01, 0.67, 0.00, 0.13. Web safe color of #da49dd is #cc33cc. Color #da49dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 11011101
Octal 332 111 335
Decimal 218 73 221
Hex DA 49 DD

RGB Percentages of Color #da49dd

%42.58
%14.26
%43.16

CMYK Percentages of Color #da49dd

%1
%67
%0
%13

Triadic Colors of #da49dd

#da49dd #ddda49 #49ddda

Analogous Colors of #da49dd

#da49dd #dd4996 #9049dd

Monochromatic Colors of #da49dd

#da49dd

Complementary Color

#da49dd #4cdd49

#da49dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da49dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da49dd Color CSS Codes

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

#da49dd Text Font Color

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

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


#da49dd Background Color

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

This div background color is #da49dd


#da49dd Border Color

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

This div border color is #da49dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da49dd


Comments

No comments written yet.

Please login to write comment.