Color Hex Logo

#da8bac Color Hex

#DA8BAC
(218,139,172)
0 Favorites   0 Comments

Color spaces of #da8bac

RGB 218139172
HSL0.930.520.70
HSV335°36°85°
CMYK 0.000.360.21   0.15
XYZ45.592536.349243.6428
Yxy36.34920.36300.2894
Hunter Lab60.290329.4766-0.7155
CIE-Lab66.785934.5651-4.7280

#da8bac color RGB value is (218,139,172).

#da8bac hex color red value is 218, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da8bac hue: 0.93 , saturation: 0.52 and the lightness value of da8bac is 0.70.

The process color (four color CMYK) of #da8bac color hex is 0.00, 0.36, 0.21, 0.15. Web safe color of #da8bac is #cc9999. Color #da8bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001011 10101100
Octal 332 213 254
Decimal 218 139 172
Hex DA 8B AC

RGB Percentages of Color #da8bac

%41.21
%26.28
%32.51

CMYK Percentages of Color #da8bac

%0
%36
%21
%15

Triadic Colors of #da8bac

#da8bac #acda8b #8bacda

Analogous Colors of #da8bac

#da8bac #da928b #da8bd4

Monochromatic Colors of #da8bac

#da8bac

Complementary Color

#da8bac #8bdab9

#da8bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8bac Color CSS Codes

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

#da8bac Text Font Color

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

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


#da8bac Background Color

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

This div background color is #da8bac


#da8bac Border Color

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

This div border color is #da8bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8bac


Comments

No comments written yet.

Please login to write comment.