Color Hex Logo

#da9fcc Color Hex

#DA9FCC
(218,159,204)
0 Favorites   0 Comments

Color spaces of #da9fcc

RGB 218159204
HSL0.870.440.74
HSV314°27°85°
CMYK 0.000.270.06   0.15
XYZ52.210744.061362.8796
Yxy44.06130.32810.2769
Hunter Lab66.378724.2379-9.6995
CIE-Lab72.269529.0186-14.3620

#da9fcc color RGB value is (218,159,204).

#da9fcc hex color red value is 218, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da9fcc hue: 0.87 , saturation: 0.44 and the lightness value of da9fcc is 0.74.

The process color (four color CMYK) of #da9fcc color hex is 0.00, 0.27, 0.06, 0.15. Web safe color of #da9fcc is #cc99cc. Color #da9fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 11001100
Octal 332 237 314
Decimal 218 159 204
Hex DA 9F CC

RGB Percentages of Color #da9fcc

%37.52
%27.37
%35.11

CMYK Percentages of Color #da9fcc

%0
%27
%6
%15

Triadic Colors of #da9fcc

#da9fcc #ccda9f #9fccda

Analogous Colors of #da9fcc

#da9fcc #da9faf #cb9fda

Monochromatic Colors of #da9fcc

#da9fcc

Complementary Color

#da9fcc #9fdaad

#da9fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9fcc Color CSS Codes

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

#da9fcc Text Font Color

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

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


#da9fcc Background Color

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

This div background color is #da9fcc


#da9fcc Border Color

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

This div border color is #da9fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9fcc


Comments

No comments written yet.

Please login to write comment.