Color Hex Logo

#da6bbc Color Hex

#DA6BBC
(218,107,188)
0 Favorites   0 Comments

Color spaces of #da6bbc

RGB 218107188
HSL0.880.600.64
HSV316°51°85°
CMYK 0.000.510.14   0.15
XYZ43.248229.051750.9050
Yxy29.05170.35100.2358
Hunter Lab53.899648.9012-18.2661
CIE-Lab60.827253.4221-22.7649

#da6bbc color RGB value is (218,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 10111100
Octal 332 153 274
Decimal 218 107 188
Hex DA 6B BC

RGB Percentages of Color #da6bbc

%42.50
%20.86
%36.65

CMYK Percentages of Color #da6bbc

%0
%51
%14
%15

Triadic Colors of #da6bbc

#da6bbc #bcda6b #6bbcda

Analogous Colors of #da6bbc

#da6bbc #da6b85 #c16bda

Monochromatic Colors of #da6bbc

#da6bbc

Complementary Color

#da6bbc #6bda89

#da6bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6bbc Color CSS Codes

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

#da6bbc Text Font Color

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

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


#da6bbc Background Color

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

This div background color is #da6bbc


#da6bbc Border Color

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

This div border color is #da6bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6bbc


Comments

No comments written yet.

Please login to write comment.