Color Hex Logo

#d8688d Color Hex

#D8688D
(216,104,141)
0 Favorites   0 Comments

Color spaces of #d8688d

RGB 216104141
HSL0.940.590.63
HSV340°52°85°
CMYK 0.000.520.35   0.15
XYZ38.076926.422628.2925
Yxy26.42260.41030.2848
Hunter Lab51.402942.26943.3484
CIE-Lab58.436047.74580.7136

#d8688d color RGB value is (216,104,141).

#d8688d hex color red value is 216, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d8688d hue: 0.94 , saturation: 0.59 and the lightness value of d8688d is 0.63.

The process color (four color CMYK) of #d8688d color hex is 0.00, 0.52, 0.35, 0.15. Web safe color of #d8688d is #cc6699. Color #d8688d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 10001101
Octal 330 150 215
Decimal 216 104 141
Hex D8 68 8D

RGB Percentages of Color #d8688d

%46.85
%22.56
%30.59

CMYK Percentages of Color #d8688d

%0
%52
%35
%15

Triadic Colors of #d8688d

#d8688d #8dd868 #688dd8

Analogous Colors of #d8688d

#d8688d #d87b68 #d868c5

Monochromatic Colors of #d8688d

#d8688d

Complementary Color

#d8688d #68d8b3

#d8688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8688d Color CSS Codes

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

#d8688d Text Font Color

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

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


#d8688d Background Color

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

This div background color is #d8688d


#d8688d Border Color

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

This div border color is #d8688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8688d


Comments

No comments written yet.

Please login to write comment.