Color Hex Logo

#da6cab Color Hex

#DA6CAB
(218,108,171)
0 Favorites   0 Comments

Color spaces of #da6cab

RGB 218108171
HSL0.900.600.64
HSV326°50°85°
CMYK 0.000.500.22   0.15
XYZ41.626728.570841.8488
Yxy28.57080.37150.2550
Hunter Lab53.451745.4705-9.0036
CIE-Lab60.401050.3919-13.6876

#da6cab color RGB value is (218,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101100 10101011
Octal 332 154 253
Decimal 218 108 171
Hex DA 6C AB

RGB Percentages of Color #da6cab

%43.86
%21.73
%34.41

CMYK Percentages of Color #da6cab

%0
%50
%22
%15

Triadic Colors of #da6cab

#da6cab #abda6c #6cabda

Analogous Colors of #da6cab

#da6cab #da6c74 #d26cda

Monochromatic Colors of #da6cab

#da6cab

Complementary Color

#da6cab #6cda9b

#da6cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6cab Color CSS Codes

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

#da6cab Text Font Color

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

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


#da6cab Background Color

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

This div background color is #da6cab


#da6cab Border Color

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

This div border color is #da6cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6cab


Comments

No comments written yet.

Please login to write comment.