Color Hex Logo

#da53dd Color Hex

#DA53DD
(218,83,221)
0 Favorites   0 Comments

Color spaces of #da53dd

RGB 21883221
HSL0.830.670.60
HSV299°62°87°
CMYK 0.010.620.00   0.13
XYZ45.057826.312471.1106
Yxy26.31240.31620.1847
Hunter Lab51.295667.0261-46.2862
CIE-Lab58.332469.4664-45.3628

#da53dd color RGB value is (218,83,221).

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

The process color (four color CMYK) of #da53dd color hex is 0.01, 0.62, 0.00, 0.13. Web safe color of #da53dd is #cc66cc. Color #da53dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11011101
Octal 332 123 335
Decimal 218 83 221
Hex DA 53 DD

RGB Percentages of Color #da53dd

%41.76
%15.90
%42.34

CMYK Percentages of Color #da53dd

%1
%62
%0
%13

Triadic Colors of #da53dd

#da53dd #ddda53 #53ddda

Analogous Colors of #da53dd

#da53dd #dd539b #9553dd

Monochromatic Colors of #da53dd

#da53dd

Complementary Color

#da53dd #56dd53

#da53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53dd Color CSS Codes

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

#da53dd Text Font Color

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

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


#da53dd Background Color

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

This div background color is #da53dd


#da53dd Border Color

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

This div border color is #da53dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53dd


Comments

No comments written yet.

Please login to write comment.