Color Hex Logo

#da8adc Color Hex

#DA8ADC
(218,138,220)
0 Favorites   0 Comments

Color spaces of #da8adc

RGB 218138220
HSL0.830.540.70
HSV299°37°86°
CMYK 0.010.370.00   0.14
XYZ50.920238.249772.4093
Yxy38.24970.31510.2367
Hunter Lab61.846338.7340-26.1239
CIE-Lab68.204243.1390-29.3923

#da8adc color RGB value is (218,138,220).

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

The process color (four color CMYK) of #da8adc color hex is 0.01, 0.37, 0.00, 0.14. Web safe color of #da8adc is #cc99cc. Color #da8adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 11011100
Octal 332 212 334
Decimal 218 138 220
Hex DA 8A DC

RGB Percentages of Color #da8adc

%37.85
%23.96
%38.19

CMYK Percentages of Color #da8adc

%1
%37
%0
%14

Triadic Colors of #da8adc

#da8adc #dcda8a #8adcda

Analogous Colors of #da8adc

#da8adc #dc8ab5 #b18adc

Monochromatic Colors of #da8adc

#da8adc

Complementary Color

#da8adc #8cdc8a

#da8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8adc Color CSS Codes

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

#da8adc Text Font Color

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

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


#da8adc Background Color

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

This div background color is #da8adc


#da8adc Border Color

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

This div border color is #da8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8adc


Comments

No comments written yet.

Please login to write comment.