Color Hex Logo

#d7547d Color Hex

#D7547D
(215,84,125)
0 Favorites   0 Comments

Color spaces of #d7547d

RGB 21584125
HSL0.950.620.59
HSV341°61°84°
CMYK 0.000.610.42   0.16
XYZ34.896322.268421.8610
Yxy22.26840.44160.2818
Hunter Lab47.189449.41835.5659
CIE-Lab54.310654.96494.1136

#d7547d color RGB value is (215,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 01111101
Octal 327 124 175
Decimal 215 84 125
Hex D7 54 7D

RGB Percentages of Color #d7547d

%50.71
%19.81
%29.48

CMYK Percentages of Color #d7547d

%0
%61
%42
%16

Triadic Colors of #d7547d

#d7547d #7dd754 #547dd7

Analogous Colors of #d7547d

#d7547d #d76d54 #d754bf

Monochromatic Colors of #d7547d

#d7547d

Complementary Color

#d7547d #54d7ae

#d7547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7547d Color CSS Codes

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

#d7547d Text Font Color

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

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


#d7547d Background Color

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

This div background color is #d7547d


#d7547d Border Color

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

This div border color is #d7547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7547d


Comments

No comments written yet.

Please login to write comment.