Color Hex Logo

#da6fdc Color Hex

#DA6FDC
(218,111,220)
0 Favorites   0 Comments

Color spaces of #da6fdc

RGB 218111220
HSL0.830.610.65
HSV299°50°86°
CMYK 0.010.500.00   0.14
XYZ47.516131.441671.2746
Yxy31.44160.31630.2093
Hunter Lab56.072853.1335-36.1130
CIE-Lab62.878756.8354-37.6577

#da6fdc color RGB value is (218,111,220).

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

The process color (four color CMYK) of #da6fdc color hex is 0.01, 0.50, 0.00, 0.14. Web safe color of #da6fdc is #cc66cc. Color #da6fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101111 11011100
Octal 332 157 334
Decimal 218 111 220
Hex DA 6F DC

RGB Percentages of Color #da6fdc

%39.71
%20.22
%40.07

CMYK Percentages of Color #da6fdc

%1
%50
%0
%14

Triadic Colors of #da6fdc

#da6fdc #dcda6f #6fdcda

Analogous Colors of #da6fdc

#da6fdc #dc6fa8 #a46fdc

Monochromatic Colors of #da6fdc

#da6fdc

Complementary Color

#da6fdc #71dc6f

#da6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6fdc Color CSS Codes

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

#da6fdc Text Font Color

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

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


#da6fdc Background Color

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

This div background color is #da6fdc


#da6fdc Border Color

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

This div border color is #da6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6fdc


Comments

No comments written yet.

Please login to write comment.