Color Hex Logo

#d88788 Color Hex

#D88788
(216,135,136)
0 Favorites   0 Comments

Color spaces of #d88788

RGB 216135136
HSL1.000.510.69
HSV359°38°85°
CMYK 0.000.380.37   0.15
XYZ41.426833.704427.6147
Yxy33.70440.40320.3280
Hunter Lab58.055525.775612.4369
CIE-Lab64.727331.135312.5879

#d88788 color RGB value is (216,135,136).

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

The process color (four color CMYK) of #d88788 color hex is 0.00, 0.38, 0.37, 0.15. Web safe color of #d88788 is #cc9999. Color #d88788 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 10001000
Octal 330 207 210
Decimal 216 135 136
Hex D8 87 88

RGB Percentages of Color #d88788

%44.35
%27.72
%27.93

CMYK Percentages of Color #d88788

%0
%38
%37
%15

Triadic Colors of #d88788

#d88788 #88d887 #8788d8

Analogous Colors of #d88788

#d88788 #d8af87 #d887b1

Monochromatic Colors of #d88788

#d88788

Complementary Color

#d88788 #87d8d7

#d88788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88788 Color CSS Codes

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

#d88788 Text Font Color

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

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


#d88788 Background Color

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

This div background color is #d88788


#d88788 Border Color

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

This div border color is #d88788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88788


Comments

No comments written yet.

Please login to write comment.