Color Hex Logo

#da8ddc Color Hex

#DA8DDC
(218,141,220)
0 Favorites   0 Comments

Color spaces of #da8ddc

RGB 218141220
HSL0.830.530.71
HSV298°36°86°
CMYK 0.010.360.00   0.14
XYZ51.356639.122572.5548
Yxy39.12250.31500.2400
Hunter Lab62.548037.1030-24.9920
CIE-Lab68.839941.5559-28.4132

#da8ddc color RGB value is (218,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 11011100
Octal 332 215 334
Decimal 218 141 220
Hex DA 8D DC

RGB Percentages of Color #da8ddc

%37.65
%24.35
%38.00

CMYK Percentages of Color #da8ddc

%1
%36
%0
%14

Triadic Colors of #da8ddc

#da8ddc #dcda8d #8ddcda

Analogous Colors of #da8ddc

#da8ddc #dc8db7 #b38ddc

Monochromatic Colors of #da8ddc

#da8ddc

Complementary Color

#da8ddc #8fdc8d

#da8ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8ddc Color CSS Codes

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

#da8ddc Text Font Color

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

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


#da8ddc Background Color

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

This div background color is #da8ddc


#da8ddc Border Color

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

This div border color is #da8ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8ddc


Comments

No comments written yet.

Please login to write comment.