Color Hex Logo

#d8547d Color Hex

#D8547D
(216,84,125)
0 Favorites   0 Comments

Color spaces of #d8547d

RGB 21684125
HSL0.950.630.59
HSV341°61°85°
CMYK 0.000.610.42   0.15
XYZ35.190922.420221.8748
Yxy22.42020.44270.2821
Hunter Lab47.350049.80035.7541
CIE-Lab54.470055.28254.3638

#d8547d color RGB value is (216,84,125).

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

The process color (four color CMYK) of #d8547d color hex is 0.00, 0.61, 0.42, 0.15. Web safe color of #d8547d is #cc6666. Color #d8547d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 01111101
Octal 330 124 175
Decimal 216 84 125
Hex D8 54 7D

RGB Percentages of Color #d8547d

%50.82
%19.76
%29.41

CMYK Percentages of Color #d8547d

%0
%61
%42
%15

Triadic Colors of #d8547d

#d8547d #7dd854 #547dd8

Analogous Colors of #d8547d

#d8547d #d86d54 #d854bf

Monochromatic Colors of #d8547d

#d8547d

Complementary Color

#d8547d #54d8af

#d8547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8547d Color CSS Codes

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

#d8547d Text Font Color

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

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


#d8547d Background Color

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

This div background color is #d8547d


#d8547d Border Color

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

This div border color is #d8547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8547d


Comments

No comments written yet.

Please login to write comment.