Color Hex Logo

#d88cce Color Hex

#D88CCE
(216,140,206)
0 Favorites   0 Comments

Color spaces of #d88cce

RGB 216140206
HSL0.860.490.70
HSV308°35°85°
CMYK 0.000.350.05   0.15
XYZ48.837637.811363.1168
Yxy37.81130.32610.2525
Hunter Lab61.490934.1601-17.8141
CIE-Lab67.881338.9175-22.1370

#d88cce color RGB value is (216,140,206).

#d88cce hex color red value is 216, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d88cce hue: 0.86 , saturation: 0.49 and the lightness value of d88cce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001100 11001110
Octal 330 214 316
Decimal 216 140 206
Hex D8 8C CE

RGB Percentages of Color #d88cce

%38.43
%24.91
%36.65

CMYK Percentages of Color #d88cce

%0
%35
%5
%15

Triadic Colors of #d88cce

#d88cce #ced88c #8cced8

Analogous Colors of #d88cce

#d88cce #d88ca8 #bc8cd8

Monochromatic Colors of #d88cce

#d88cce

Complementary Color

#d88cce #8cd896

#d88cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88cce Color CSS Codes

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

#d88cce Text Font Color

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

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


#d88cce Background Color

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

This div background color is #d88cce


#d88cce Border Color

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

This div border color is #d88cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88cce


Comments

No comments written yet.

Please login to write comment.