Color Hex Logo

#d6539e Color Hex

#D6539E
(214,83,158)
0 Favorites   0 Comments

Color spaces of #d6539e

RGB 21483158
HSL0.900.620.58
HSV326°61°84°
CMYK 0.000.610.26   0.16
XYZ36.996422.951334.8279
Yxy22.95130.39040.2422
Hunter Lab47.907554.0078-9.5675
CIE-Lab55.022158.9408-14.3269

#d6539e color RGB value is (214,83,158).

#d6539e hex color red value is 214, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d6539e hue: 0.90 , saturation: 0.62 and the lightness value of d6539e is 0.58.

The process color (four color CMYK) of #d6539e color hex is 0.00, 0.61, 0.26, 0.16. Web safe color of #d6539e is #cc6699. Color #d6539e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 10011110
Octal 326 123 236
Decimal 214 83 158
Hex D6 53 9E

RGB Percentages of Color #d6539e

%47.03
%18.24
%34.73

CMYK Percentages of Color #d6539e

%0
%61
%26
%16

Triadic Colors of #d6539e

#d6539e #9ed653 #539ed6

Analogous Colors of #d6539e

#d6539e #d6535c #cd53d6

Monochromatic Colors of #d6539e

#d6539e

Complementary Color

#d6539e #53d68b

#d6539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6539e Color CSS Codes

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

#d6539e Text Font Color

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

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


#d6539e Background Color

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

This div background color is #d6539e


#d6539e Border Color

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

This div border color is #d6539e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,83,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6539e


Comments

No comments written yet.

Please login to write comment.