Color Hex Logo

#da8abe Color Hex

#DA8ABE
(218,138,190)
0 Favorites   0 Comments

Color spaces of #da8abe

RGB 218138190
HSL0.890.520.70
HSV321°37°85°
CMYK 0.000.370.13   0.15
XYZ47.296236.800153.3255
Yxy36.80010.34420.2678
Hunter Lab60.663133.0078-9.6543
CIE-Lab67.126837.9114-14.3259

#da8abe color RGB value is (218,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 10111110
Octal 332 212 276
Decimal 218 138 190
Hex DA 8A BE

RGB Percentages of Color #da8abe

%39.93
%25.27
%34.80

CMYK Percentages of Color #da8abe

%0
%37
%13
%15

Triadic Colors of #da8abe

#da8abe #beda8a #8abeda

Analogous Colors of #da8abe

#da8abe #da8a96 #ce8ada

Monochromatic Colors of #da8abe

#da8abe

Complementary Color

#da8abe #8adaa6

#da8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8abe Color CSS Codes

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

#da8abe Text Font Color

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

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


#da8abe Background Color

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

This div background color is #da8abe


#da8abe Border Color

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

This div border color is #da8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8abe


Comments

No comments written yet.

Please login to write comment.