Color Hex Logo

#d888be Color Hex

#D888BE
(216,136,190)
0 Favorites   0 Comments

Color spaces of #d888be

RGB 216136190
HSL0.890.510.69
HSV320°37°85°
CMYK 0.000.370.12   0.15
XYZ46.417335.925053.2029
Yxy35.92500.34240.2650
Hunter Lab59.937533.3450-10.6720
CIE-Lab66.462638.3048-15.3502

#d888be color RGB value is (216,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001000 10111110
Octal 330 210 276
Decimal 216 136 190
Hex D8 88 BE

RGB Percentages of Color #d888be

%39.85
%25.09
%35.06

CMYK Percentages of Color #d888be

%0
%37
%12
%15

Triadic Colors of #d888be

#d888be #bed888 #88bed8

Analogous Colors of #d888be

#d888be #d88896 #ca88d8

Monochromatic Colors of #d888be

#d888be

Complementary Color

#d888be #88d8a2

#d888be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d888be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d888be Color CSS Codes

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

#d888be Text Font Color

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

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


#d888be Background Color

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

This div background color is #d888be


#d888be Border Color

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

This div border color is #d888be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d888be


Comments

No comments written yet.

Please login to write comment.