Color Hex Logo

#da9ffc Color Hex

#DA9FFC
(218,159,252)
0 Favorites   0 Comments

Color spaces of #da9ffc

RGB 218159252
HSL0.770.940.81
HSV278°37°99°
CMYK 0.130.370.00   0.01
XYZ58.882346.730098.0118
Yxy46.73000.28920.2295
Hunter Lab68.359334.1247-37.1569
CIE-Lab74.016738.2348-37.9078

#da9ffc color RGB value is (218,159,252).

#da9ffc hex color red value is 218, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #da9ffc hue: 0.77 , saturation: 0.94 and the lightness value of da9ffc is 0.81.

The process color (four color CMYK) of #da9ffc color hex is 0.13, 0.37, 0.00, 0.01. Web safe color of #da9ffc is #cc99ff. Color #da9ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 11111100
Octal 332 237 374
Decimal 218 159 252
Hex DA 9F FC

RGB Percentages of Color #da9ffc

%34.66
%25.28
%40.06

CMYK Percentages of Color #da9ffc

%13
%37
%0
%1

Triadic Colors of #da9ffc

#da9ffc #fcda9f #9ffcda

Analogous Colors of #da9ffc

#da9ffc #fc9ff0 #ac9ffc

Monochromatic Colors of #da9ffc

#da9ffc

Complementary Color

#da9ffc #c1fc9f

#da9ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9ffc Color CSS Codes

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

#da9ffc Text Font Color

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

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


#da9ffc Background Color

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

This div background color is #da9ffc


#da9ffc Border Color

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

This div border color is #da9ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.