Color Hex Logo

#da6bed Color Hex

#DA6BED
(218,107,237)
0 Favorites   0 Comments

Color spaces of #da6bed

RGB 218107237
HSL0.810.780.67
HSV291°55°93°
CMYK 0.080.550.00   0.07
XYZ49.457231.535283.6010
Yxy31.53520.30050.1916
Hunter Lab56.156258.9329-48.9570
CIE-Lab62.956961.8301-47.0063

#da6bed color RGB value is (218,107,237).

#da6bed hex color red value is 218, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da6bed hue: 0.81 , saturation: 0.78 and the lightness value of da6bed is 0.67.

The process color (four color CMYK) of #da6bed color hex is 0.08, 0.55, 0.00, 0.07. Web safe color of #da6bed is #cc66ff. Color #da6bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 11101101
Octal 332 153 355
Decimal 218 107 237
Hex DA 6B ED

RGB Percentages of Color #da6bed

%38.79
%19.04
%42.17

CMYK Percentages of Color #da6bed

%8
%55
%0
%7

Triadic Colors of #da6bed

#da6bed #edda6b #6bedda

Analogous Colors of #da6bed

#da6bed #ed6bbf #996bed

Monochromatic Colors of #da6bed

#da6bed

Complementary Color

#da6bed #7eed6b

#da6bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6bed Color CSS Codes

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

#da6bed Text Font Color

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

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


#da6bed Background Color

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

This div background color is #da6bed


#da6bed Border Color

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

This div border color is #da6bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6bed


Comments

No comments written yet.

Please login to write comment.