Color Hex Logo

#d6486e Color Hex

#D6486E
(214,72,110)
0 Favorites   0 Comments

Color spaces of #d6486e

RGB 21472110
HSL0.960.630.56
HSV344°66°84°
CMYK 0.000.660.49   0.16
XYZ32.863420.056716.8911
Yxy20.05670.47070.2873
Hunter Lab44.784752.61168.9873
CIE-Lab51.901358.25839.6072

#d6486e color RGB value is (214,72,110).

#d6486e hex color red value is 214, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d6486e hue: 0.96 , saturation: 0.63 and the lightness value of d6486e is 0.56.

The process color (four color CMYK) of #d6486e color hex is 0.00, 0.66, 0.49, 0.16. Web safe color of #d6486e is #cc3366. Color #d6486e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 01101110
Octal 326 110 156
Decimal 214 72 110
Hex D6 48 6E

RGB Percentages of Color #d6486e

%54.04
%18.18
%27.78

CMYK Percentages of Color #d6486e

%0
%66
%49
%16

Triadic Colors of #d6486e

#d6486e #6ed648 #486ed6

Analogous Colors of #d6486e

#d6486e #d66948 #d648b5

Monochromatic Colors of #d6486e

#d6486e

Complementary Color

#d6486e #48d6b0

#d6486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6486e Color CSS Codes

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

#d6486e Text Font Color

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

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


#d6486e Background Color

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

This div background color is #d6486e


#d6486e Border Color

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

This div border color is #d6486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6486e


Comments

No comments written yet.

Please login to write comment.