Color Hex Logo

#d88bbe Color Hex

#D88BBE
(216,139,190)
0 Favorites   0 Comments

Color spaces of #d88bbe

RGB 216139190
HSL0.890.500.70
HSV320°36°85°
CMYK 0.000.360.12   0.15
XYZ46.845836.781953.3458
Yxy36.78190.34200.2685
Hunter Lab60.648131.7428-9.6976
CIE-Lab67.113136.7088-14.3695

#d88bbe color RGB value is (216,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001011 10111110
Octal 330 213 276
Decimal 216 139 190
Hex D8 8B BE

RGB Percentages of Color #d88bbe

%39.63
%25.50
%34.86

CMYK Percentages of Color #d88bbe

%0
%36
%12
%15

Triadic Colors of #d88bbe

#d88bbe #bed88b #8bbed8

Analogous Colors of #d88bbe

#d88bbe #d88b98 #cc8bd8

Monochromatic Colors of #d88bbe

#d88bbe

Complementary Color

#d88bbe #8bd8a5

#d88bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88bbe Color CSS Codes

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

#d88bbe Text Font Color

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

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


#d88bbe Background Color

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

This div background color is #d88bbe


#d88bbe Border Color

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

This div border color is #d88bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88bbe


Comments

No comments written yet.

Please login to write comment.