Color Hex Logo

#d88ace Color Hex

#D88ACE
(216,138,206)
0 Favorites   0 Comments

Color spaces of #d88ace

RGB 216138206
HSL0.850.500.69
HSV308°36°85°
CMYK 0.000.360.05   0.15
XYZ48.548037.232163.0203
Yxy37.23210.32630.2502
Hunter Lab61.018135.2387-18.5228
CIE-Lab67.450839.9800-22.7942

#d88ace color RGB value is (216,138,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11001110
Octal 330 212 316
Decimal 216 138 206
Hex D8 8A CE

RGB Percentages of Color #d88ace

%38.57
%24.64
%36.79

CMYK Percentages of Color #d88ace

%0
%36
%5
%15

Triadic Colors of #d88ace

#d88ace #ced88a #8aced8

Analogous Colors of #d88ace

#d88ace #d88aa7 #bb8ad8

Monochromatic Colors of #d88ace

#d88ace

Complementary Color

#d88ace #8ad894

#d88ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88ace Color CSS Codes

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

#d88ace Text Font Color

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

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


#d88ace Background Color

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

This div background color is #d88ace


#d88ace Border Color

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

This div border color is #d88ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88ace


Comments

No comments written yet.

Please login to write comment.