Color Hex Logo

#da6dfb Color Hex

#DA6DFB
(218,109,251)
0 Favorites   0 Comments

Color spaces of #da6dfb

RGB 218109251
HSL0.790.950.71
HSV286°57°98°
CMYK 0.130.570.00   0.02
XYZ51.794732.807794.8694
Yxy32.80770.28860.1828
Hunter Lab57.278061.1754-58.1073
CIE-Lab64.004963.5512-53.0834

#da6dfb color RGB value is (218,109,251).

#da6dfb hex color red value is 218, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #da6dfb hue: 0.79 , saturation: 0.95 and the lightness value of da6dfb is 0.71.

The process color (four color CMYK) of #da6dfb color hex is 0.13, 0.57, 0.00, 0.02. Web safe color of #da6dfb is #cc66ff. Color #da6dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101101 11111011
Octal 332 155 373
Decimal 218 109 251
Hex DA 6D FB

RGB Percentages of Color #da6dfb

%37.72
%18.86
%43.43

CMYK Percentages of Color #da6dfb

%13
%57
%0
%2

Triadic Colors of #da6dfb

#da6dfb #fbda6d #6dfbda

Analogous Colors of #da6dfb

#da6dfb #fb6dd5 #936dfb

Monochromatic Colors of #da6dfb

#da6dfb

Complementary Color

#da6dfb #8efb6d

#da6dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6dfb Color CSS Codes

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

#da6dfb Text Font Color

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

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


#da6dfb Background Color

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

This div background color is #da6dfb


#da6dfb Border Color

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

This div border color is #da6dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6dfb


Comments

No comments written yet.

Please login to write comment.