Color Hex Logo

#da6bab Color Hex

#DA6BAB
(218,107,171)
0 Favorites   0 Comments

Color spaces of #da6bab

RGB 218107171
HSL0.900.600.64
HSV325°51°85°
CMYK 0.000.510.22   0.15
XYZ41.521828.361141.8139
Yxy28.36110.37170.2539
Hunter Lab53.255145.9758-9.2736
CIE-Lab60.213650.8803-13.9702

#da6bab color RGB value is (218,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 10101011
Octal 332 153 253
Decimal 218 107 171
Hex DA 6B AB

RGB Percentages of Color #da6bab

%43.95
%21.57
%34.48

CMYK Percentages of Color #da6bab

%0
%51
%22
%15

Triadic Colors of #da6bab

#da6bab #abda6b #6babda

Analogous Colors of #da6bab

#da6bab #da6b74 #d26bda

Monochromatic Colors of #da6bab

#da6bab

Complementary Color

#da6bab #6bda9a

#da6bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6bab Color CSS Codes

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

#da6bab Text Font Color

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

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


#da6bab Background Color

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

This div background color is #da6bab


#da6bab Border Color

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

This div border color is #da6bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6bab


Comments

No comments written yet.

Please login to write comment.