Color Hex Logo

#d6769a Color Hex

#D6769A
(214,118,154)
0 Favorites   0 Comments

Color spaces of #d6769a

RGB 214118154
HSL0.940.540.65
HSV338°45°84°
CMYK 0.000.450.28   0.16
XYZ40.042729.586134.1721
Yxy29.58610.38580.2850
Hunter Lab54.393136.21880.8266
CIE-Lab61.295441.6577-2.6469

#d6769a color RGB value is (214,118,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 10011010
Octal 326 166 232
Decimal 214 118 154
Hex D6 76 9A

RGB Percentages of Color #d6769a

%44.03
%24.28
%31.69

CMYK Percentages of Color #d6769a

%0
%45
%28
%16

Triadic Colors of #d6769a

#d6769a #9ad676 #769ad6

Analogous Colors of #d6769a

#d6769a #d68276 #d676ca

Monochromatic Colors of #d6769a

#d6769a

Complementary Color

#d6769a #76d6b2

#d6769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6769a Color CSS Codes

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

#d6769a Text Font Color

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

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


#d6769a Background Color

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

This div background color is #d6769a


#d6769a Border Color

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

This div border color is #d6769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6769a


Comments

No comments written yet.

Please login to write comment.