Color Hex Logo

#d6537f Color Hex

#D6537F
(214,83,127)
0 Favorites   0 Comments

Color spaces of #d6537f

RGB 21483127
HSL0.940.620.58
HSV340°61°84°
CMYK 0.000.610.41   0.16
XYZ34.655622.015022.5014
Yxy22.01500.43770.2781
Hunter Lab46.920149.73134.4105
CIE-Lab54.042955.29382.5195

#d6537f color RGB value is (214,83,127).

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

The process color (four color CMYK) of #d6537f color hex is 0.00, 0.61, 0.41, 0.16. Web safe color of #d6537f is #cc6666. Color #d6537f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 01111111
Octal 326 123 177
Decimal 214 83 127
Hex D6 53 7F

RGB Percentages of Color #d6537f

%50.47
%19.58
%29.95

CMYK Percentages of Color #d6537f

%0
%61
%41
%16

Triadic Colors of #d6537f

#d6537f #7fd653 #537fd6

Analogous Colors of #d6537f

#d6537f #d66953 #d653c1

Monochromatic Colors of #d6537f

#d6537f

Complementary Color

#d6537f #53d6aa

#d6537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6537f Color CSS Codes

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

#d6537f Text Font Color

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

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


#d6537f Background Color

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

This div background color is #d6537f


#d6537f Border Color

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

This div border color is #d6537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6537f


Comments

No comments written yet.

Please login to write comment.