Color Hex Logo

#d6709e Color Hex

#D6709E
(214,112,158)
0 Favorites   0 Comments

Color spaces of #d6709e

RGB 214112158
HSL0.920.550.64
HSV333°48°84°
CMYK 0.000.480.26   0.16
XYZ39.697328.353135.7282
Yxy28.35310.38250.2732
Hunter Lab53.247639.8924-2.5092
CIE-Lab60.206445.2709-6.5571

#d6709e color RGB value is (214,112,158).

#d6709e hex color red value is 214, green value is 112 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d6709e hue: 0.92 , saturation: 0.55 and the lightness value of d6709e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110000 10011110
Octal 326 160 236
Decimal 214 112 158
Hex D6 70 9E

RGB Percentages of Color #d6709e

%44.21
%23.14
%32.64

CMYK Percentages of Color #d6709e

%0
%48
%26
%16

Triadic Colors of #d6709e

#d6709e #9ed670 #709ed6

Analogous Colors of #d6709e

#d6709e #d67570 #d670d1

Monochromatic Colors of #d6709e

#d6709e

Complementary Color

#d6709e #70d6a8

#d6709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6709e Color CSS Codes

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

#d6709e Text Font Color

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

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


#d6709e Background Color

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

This div background color is #d6709e


#d6709e Border Color

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

This div border color is #d6709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6709e


Comments

No comments written yet.

Please login to write comment.