Color Hex Logo

#d4578e Color Hex

#D4578E
(212,87,142)
0 Favorites   0 Comments

Color spaces of #d4578e

RGB 21287142
HSL0.930.590.59
HSV334°59°83°
CMYK 0.000.590.33   0.17
XYZ35.442122.766428.1175
Yxy22.76640.41060.2637
Hunter Lab47.714149.0902-1.5391
CIE-Lab54.830954.5793-5.2385

#d4578e color RGB value is (212,87,142).

#d4578e hex color red value is 212, green value is 87 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d4578e hue: 0.93 , saturation: 0.59 and the lightness value of d4578e is 0.59.

The process color (four color CMYK) of #d4578e color hex is 0.00, 0.59, 0.33, 0.17. Web safe color of #d4578e is #cc6699. Color #d4578e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010111 10001110
Octal 324 127 216
Decimal 212 87 142
Hex D4 57 8E

RGB Percentages of Color #d4578e

%48.07
%19.73
%32.20

CMYK Percentages of Color #d4578e

%0
%59
%33
%17

Triadic Colors of #d4578e

#d4578e #8ed457 #578ed4

Analogous Colors of #d4578e

#d4578e #d45f57 #d457cd

Monochromatic Colors of #d4578e

#d4578e

Complementary Color

#d4578e #57d49d

#d4578e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4578e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4578e Color CSS Codes

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

#d4578e Text Font Color

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

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


#d4578e Background Color

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

This div background color is #d4578e


#d4578e Border Color

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

This div border color is #d4578e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,87,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4578e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4578e;
  -webkit-box-shadow: 1px 1px 3px 2px #d4578e;
  box-shadow:         1px 1px 3px 2px #d4578e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,87,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4578e

#d4578e Color Palettes


Comments

No comments written yet.

Please login to write comment.