Color Hex Logo

#d88085 Color Hex

#D88085
(216,128,133)
0 Favorites   0 Comments

Color spaces of #d88085

RGB 216128133
HSL0.990.530.67
HSV357°41°85°
CMYK 0.000.410.38   0.15
XYZ40.271731.730726.1924
Yxy31.73070.41010.3231
Hunter Lab56.330029.036511.8623
CIE-Lab63.119734.507712.0281

#d88085 color RGB value is (216,128,133).

#d88085 hex color red value is 216, green value is 128 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d88085 hue: 0.99 , saturation: 0.53 and the lightness value of d88085 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000000 10000101
Octal 330 200 205
Decimal 216 128 133
Hex D8 80 85

RGB Percentages of Color #d88085

%45.28
%26.83
%27.88

CMYK Percentages of Color #d88085

%0
%41
%38
%15

Triadic Colors of #d88085

#d88085 #85d880 #8085d8

Analogous Colors of #d88085

#d88085 #d8a780 #d880b1

Monochromatic Colors of #d88085

#d88085

Complementary Color

#d88085 #80d8d3

#d88085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88085 Color CSS Codes

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

#d88085 Text Font Color

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

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


#d88085 Background Color

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

This div background color is #d88085


#d88085 Border Color

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

This div border color is #d88085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88085


Comments

No comments written yet.

Please login to write comment.