Color Hex Logo

#d88abe Color Hex

#D88ABE
(216,138,190)
0 Favorites   0 Comments

Color spaces of #d88abe

RGB 216138190
HSL0.890.500.69
HSV320°36°85°
CMYK 0.000.360.12   0.15
XYZ46.701636.493653.2977
Yxy36.49360.34220.2674
Hunter Lab60.409932.2771-10.0227
CIE-Lab66.895437.2416-14.6975

#d88abe color RGB value is (216,138,190).

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

The process color (four color CMYK) of #d88abe color hex is 0.00, 0.36, 0.12, 0.15. Web safe color of #d88abe is #cc99cc. Color #d88abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 10111110
Octal 330 212 276
Decimal 216 138 190
Hex D8 8A BE

RGB Percentages of Color #d88abe

%39.71
%25.37
%34.93

CMYK Percentages of Color #d88abe

%0
%36
%12
%15

Triadic Colors of #d88abe

#d88abe #bed88a #8abed8

Analogous Colors of #d88abe

#d88abe #d88a97 #cb8ad8

Monochromatic Colors of #d88abe

#d88abe

Complementary Color

#d88abe #8ad8a4

#d88abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88abe Color CSS Codes

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

#d88abe Text Font Color

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

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


#d88abe Background Color

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

This div background color is #d88abe


#d88abe Border Color

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

This div border color is #d88abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88abe


Comments

No comments written yet.

Please login to write comment.