Color Hex Logo

#da99dc Color Hex

#DA99DC
(218,153,220)
0 Favorites   0 Comments

Color spaces of #da99dc

RGB 218153220
HSL0.830.490.73
HSV298°30°86°
CMYK 0.010.300.00   0.14
XYZ53.222942.855273.1769
Yxy42.85520.31450.2532
Hunter Lab65.463930.5608-20.4509
CIE-Lab71.456635.1517-24.3996

#da99dc color RGB value is (218,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 11011100
Octal 332 231 334
Decimal 218 153 220
Hex DA 99 DC

RGB Percentages of Color #da99dc

%36.89
%25.89
%37.23

CMYK Percentages of Color #da99dc

%1
%30
%0
%14

Triadic Colors of #da99dc

#da99dc #dcda99 #99dcda

Analogous Colors of #da99dc

#da99dc #dc99bd #b999dc

Monochromatic Colors of #da99dc

#da99dc

Complementary Color

#da99dc #9bdc99

#da99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99dc Color CSS Codes

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

#da99dc Text Font Color

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

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


#da99dc Background Color

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

This div background color is #da99dc


#da99dc Border Color

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

This div border color is #da99dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99dc


Comments

No comments written yet.

Please login to write comment.