Color Hex Logo

#d84d7e Color Hex

#D84D7E
(216,77,126)
0 Favorites   0 Comments

Color spaces of #d84d7e

RGB 21677126
HSL0.940.640.57
HSV339°64°85°
CMYK 0.000.640.42   0.15
XYZ34.738721.413022.0409
Yxy21.41300.44430.2738
Hunter Lab46.274253.02274.1515
CIE-Lab53.398658.35652.2207

#d84d7e color RGB value is (216,77,126).

#d84d7e hex color red value is 216, green value is 77 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d84d7e hue: 0.94 , saturation: 0.64 and the lightness value of d84d7e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001101 01111110
Octal 330 115 176
Decimal 216 77 126
Hex D8 4D 7E

RGB Percentages of Color #d84d7e

%51.55
%18.38
%30.07

CMYK Percentages of Color #d84d7e

%0
%64
%42
%15

Triadic Colors of #d84d7e

#d84d7e #7ed84d #4d7ed8

Analogous Colors of #d84d7e

#d84d7e #d8624d #d84dc4

Monochromatic Colors of #d84d7e

#d84d7e

Complementary Color

#d84d7e #4dd8a7

#d84d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84d7e Color CSS Codes

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

#d84d7e Text Font Color

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

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


#d84d7e Background Color

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

This div background color is #d84d7e


#d84d7e Border Color

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

This div border color is #d84d7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84d7e


Comments

No comments written yet.

Please login to write comment.