Color Hex Logo

#d6769e Color Hex

#D6769E
(214,118,158)
0 Favorites   0 Comments

Color spaces of #d6769e

RGB 214118158
HSL0.930.540.65
HSV335°45°84°
CMYK 0.000.450.26   0.16
XYZ40.381529.721635.9563
Yxy29.72160.38070.2802
Hunter Lab54.517536.8105-0.9417
CIE-Lab61.413342.2040-4.7692

#d6769e color RGB value is (214,118,158).

#d6769e hex color red value is 214, green value is 118 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d6769e hue: 0.93 , saturation: 0.54 and the lightness value of d6769e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 10011110
Octal 326 166 236
Decimal 214 118 158
Hex D6 76 9E

RGB Percentages of Color #d6769e

%43.67
%24.08
%32.24

CMYK Percentages of Color #d6769e

%0
%45
%26
%16

Triadic Colors of #d6769e

#d6769e #9ed676 #769ed6

Analogous Colors of #d6769e

#d6769e #d67e76 #d676ce

Monochromatic Colors of #d6769e

#d6769e

Complementary Color

#d6769e #76d6ae

#d6769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6769e Color CSS Codes

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

#d6769e Text Font Color

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

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


#d6769e Background Color

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

This div background color is #d6769e


#d6769e Border Color

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

This div border color is #d6769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6769e


Comments

No comments written yet.

Please login to write comment.