Color Hex Logo

#da6adc Color Hex

#DA6ADC
(218,106,220)
0 Favorites   0 Comments

Color spaces of #da6adc

RGB 218106220
HSL0.830.620.64
HSV299°52°86°
CMYK 0.010.520.00   0.14
XYZ46.985730.380871.0978
Yxy30.38080.31650.2046
Hunter Lab55.118855.7035-37.8951
CIE-Lab61.981459.2208-39.0610

#da6adc color RGB value is (218,106,220).

#da6adc hex color red value is 218, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da6adc hue: 0.83 , saturation: 0.62 and the lightness value of da6adc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101010 11011100
Octal 332 152 334
Decimal 218 106 220
Hex DA 6A DC

RGB Percentages of Color #da6adc

%40.07
%19.49
%40.44

CMYK Percentages of Color #da6adc

%1
%52
%0
%14

Triadic Colors of #da6adc

#da6adc #dcda6a #6adcda

Analogous Colors of #da6adc

#da6adc #dc6aa5 #a16adc

Monochromatic Colors of #da6adc

#da6adc

Complementary Color

#da6adc #6cdc6a

#da6adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6adc Color CSS Codes

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

#da6adc Text Font Color

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

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


#da6adc Background Color

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

This div background color is #da6adc


#da6adc Border Color

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

This div border color is #da6adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6adc


Comments

No comments written yet.

Please login to write comment.