Color Hex Logo

#da9cec Color Hex

#DA9CEC
(218,156,236)
0 Favorites   0 Comments

Color spaces of #da9cec

RGB 218156236
HSL0.800.680.77
HSV287°34°93°
CMYK 0.080.340.00   0.07
XYZ55.942244.738585.0438
Yxy44.73850.30120.2409
Hunter Lab66.886832.2402-28.5639
CIE-Lab72.719436.6111-31.2219

#da9cec color RGB value is (218,156,236).

#da9cec hex color red value is 218, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #da9cec hue: 0.80 , saturation: 0.68 and the lightness value of da9cec is 0.77.

The process color (four color CMYK) of #da9cec color hex is 0.08, 0.34, 0.00, 0.07. Web safe color of #da9cec is #cc99ff. Color #da9cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011100 11101100
Octal 332 234 354
Decimal 218 156 236
Hex DA 9C EC

RGB Percentages of Color #da9cec

%35.74
%25.57
%38.69

CMYK Percentages of Color #da9cec

%8
%34
%0
%7

Triadic Colors of #da9cec

#da9cec #ecda9c #9cecda

Analogous Colors of #da9cec

#da9cec #ec9cd6 #b29cec

Monochromatic Colors of #da9cec

#da9cec

Complementary Color

#da9cec #aeec9c

#da9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9cec Color CSS Codes

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

#da9cec Text Font Color

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

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


#da9cec Background Color

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

This div background color is #da9cec


#da9cec Border Color

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

This div border color is #da9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9cec


Comments

No comments written yet.

Please login to write comment.