Color Hex Logo

#d6538e Color Hex

#D6538E
(214,83,142)
0 Favorites   0 Comments

Color spaces of #d6538e

RGB 21483142
HSL0.920.620.58
HSV333°61°84°
CMYK 0.000.610.34   0.16
XYZ35.707322.435628.0397
Yxy22.43560.41430.2603
Hunter Lab47.366251.6723-1.9419
CIE-Lab54.486256.9607-5.7153

#d6538e color RGB value is (214,83,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 10001110
Octal 326 123 216
Decimal 214 83 142
Hex D6 53 8E

RGB Percentages of Color #d6538e

%48.75
%18.91
%32.35

CMYK Percentages of Color #d6538e

%0
%61
%34
%16

Triadic Colors of #d6538e

#d6538e #8ed653 #538ed6

Analogous Colors of #d6538e

#d6538e #d65a53 #d653d0

Monochromatic Colors of #d6538e

#d6538e

Complementary Color

#d6538e #53d69b

#d6538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6538e Color CSS Codes

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

#d6538e Text Font Color

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

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


#d6538e Background Color

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

This div background color is #d6538e


#d6538e Border Color

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

This div border color is #d6538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6538e


Comments

No comments written yet.

Please login to write comment.