Color Hex Logo

#da6bda Color Hex

#DA6BDA
(218,107,218)
0 Favorites   0 Comments

Color spaces of #da6bda

RGB 218107218
HSL0.830.600.64
HSV300°51°85°
CMYK 0.000.510.00   0.15
XYZ46.826030.482869.7454
Yxy30.48280.31840.2073
Hunter Lab55.211254.7706-36.2500
CIE-Lab62.068658.3967-37.8035

#da6bda color RGB value is (218,107,218).

#da6bda hex color red value is 218, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #da6bda hue: 0.83 , saturation: 0.60 and the lightness value of da6bda is 0.64.

The process color (four color CMYK) of #da6bda color hex is 0.00, 0.51, 0.00, 0.15. Web safe color of #da6bda is #cc66cc. Color #da6bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 11011010
Octal 332 153 332
Decimal 218 107 218
Hex DA 6B DA

RGB Percentages of Color #da6bda

%40.15
%19.71
%40.15

CMYK Percentages of Color #da6bda

%0
%51
%0
%15

Triadic Colors of #da6bda

#da6bda #dada6b #6bdada

Analogous Colors of #da6bda

#da6bda #da6ba3 #a36bda

Monochromatic Colors of #da6bda

#da6bda

Complementary Color

#da6bda #6bda6b

#da6bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6bda Color CSS Codes

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

#da6bda Text Font Color

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

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


#da6bda Background Color

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

This div background color is #da6bda


#da6bda Border Color

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

This div border color is #da6bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6bda


Comments

No comments written yet.

Please login to write comment.