Color Hex Logo

#d6578e Color Hex

#D6578E
(214,87,142)
0 Favorites   0 Comments

Color spaces of #d6578e

RGB 21487142
HSL0.930.610.59
HSV334°59°84°
CMYK 0.000.590.34   0.16
XYZ36.022223.065528.1447
Yxy23.06550.41290.2644
Hunter Lab48.026649.8370-1.1268
CIE-Lab55.139755.2010-4.7471

#d6578e color RGB value is (214,87,142).

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

The process color (four color CMYK) of #d6578e color hex is 0.00, 0.59, 0.34, 0.16. Web safe color of #d6578e is #cc6699. Color #d6578e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010111 10001110
Octal 326 127 216
Decimal 214 87 142
Hex D6 57 8E

RGB Percentages of Color #d6578e

%48.31
%19.64
%32.05

CMYK Percentages of Color #d6578e

%0
%59
%34
%16

Triadic Colors of #d6578e

#d6578e #8ed657 #578ed6

Analogous Colors of #d6578e

#d6578e #d66057 #d657ce

Monochromatic Colors of #d6578e

#d6578e

Complementary Color

#d6578e #57d69f

#d6578e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6578e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6578e Color CSS Codes

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

#d6578e Text Font Color

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

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


#d6578e Background Color

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

This div background color is #d6578e


#d6578e Border Color

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

This div border color is #d6578e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6578e


Comments

No comments written yet.

Please login to write comment.