Color Hex Logo

#d8457e Color Hex

#D8457E
(216,69,126)
0 Favorites   0 Comments

Color spaces of #d8457e

RGB 21669126
HSL0.940.650.56
HSV337°68°85°
CMYK 0.000.680.42   0.15
XYZ34.212920.361521.8656
Yxy20.36150.44760.2664
Hunter Lab45.123756.37262.8564
CIE-Lab52.243561.52240.5414

#d8457e color RGB value is (216,69,126).

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

The process color (four color CMYK) of #d8457e color hex is 0.00, 0.68, 0.42, 0.15. Web safe color of #d8457e is #cc3366. Color #d8457e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000101 01111110
Octal 330 105 176
Decimal 216 69 126
Hex D8 45 7E

RGB Percentages of Color #d8457e

%52.55
%16.79
%30.66

CMYK Percentages of Color #d8457e

%0
%68
%42
%15

Triadic Colors of #d8457e

#d8457e #7ed845 #457ed8

Analogous Colors of #d8457e

#d8457e #d85645 #d845c8

Monochromatic Colors of #d8457e

#d8457e

Complementary Color

#d8457e #45d89f

#d8457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8457e Color CSS Codes

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

#d8457e Text Font Color

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

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


#d8457e Background Color

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

This div background color is #d8457e


#d8457e Border Color

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

This div border color is #d8457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8457e


Comments

No comments written yet.

Please login to write comment.