Color Hex Logo

#d88cbe Color Hex

#D88CBE
(216,140,190)
0 Favorites   0 Comments

Color spaces of #d88cbe

RGB 216140190
HSL0.890.490.70
HSV321°35°85°
CMYK 0.000.350.12   0.15
XYZ46.991237.072853.3943
Yxy37.07280.34190.2697
Hunter Lab60.887431.2082-9.3722
CIE-Lab67.331636.1750-14.0405

#d88cbe color RGB value is (216,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001100 10111110
Octal 330 214 276
Decimal 216 140 190
Hex D8 8C BE

RGB Percentages of Color #d88cbe

%39.56
%25.64
%34.80

CMYK Percentages of Color #d88cbe

%0
%35
%12
%15

Triadic Colors of #d88cbe

#d88cbe #bed88c #8cbed8

Analogous Colors of #d88cbe

#d88cbe #d88c98 #cc8cd8

Monochromatic Colors of #d88cbe

#d88cbe

Complementary Color

#d88cbe #8cd8a6

#d88cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88cbe Color CSS Codes

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

#d88cbe Text Font Color

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

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


#d88cbe Background Color

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

This div background color is #d88cbe


#d88cbe Border Color

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

This div border color is #d88cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88cbe

#d88cbe Color Palettes


Comments

No comments written yet.

Please login to write comment.