Color Hex Logo

#da8abb Color Hex

#DA8ABB
(218,138,187)
0 Favorites   0 Comments

Color spaces of #da8abb

RGB 218138187
HSL0.900.520.70
HSV323°37°85°
CMYK 0.000.370.14   0.15
XYZ46.971636.670251.6161
Yxy36.67020.34730.2711
Hunter Lab60.555932.4848-8.1479
CIE-Lab67.028937.4250-12.7919

#da8abb color RGB value is (218,138,187).

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

The process color (four color CMYK) of #da8abb color hex is 0.00, 0.37, 0.14, 0.15. Web safe color of #da8abb is #cc99cc. Color #da8abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 10111011
Octal 332 212 273
Decimal 218 138 187
Hex DA 8A BB

RGB Percentages of Color #da8abb

%40.15
%25.41
%34.44

CMYK Percentages of Color #da8abb

%0
%37
%14
%15

Triadic Colors of #da8abb

#da8abb #bbda8a #8abbda

Analogous Colors of #da8abb

#da8abb #da8a93 #d18ada

Monochromatic Colors of #da8abb

#da8abb

Complementary Color

#da8abb #8adaa9

#da8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8abb Color CSS Codes

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

#da8abb Text Font Color

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

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


#da8abb Background Color

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

This div background color is #da8abb


#da8abb Border Color

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

This div border color is #da8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8abb


Comments

No comments written yet.

Please login to write comment.