Color Hex Logo

#d6767b Color Hex

#D6767B
(214,118,123)
0 Favorites   0 Comments

Color spaces of #d6767b

RGB 214118123
HSL0.990.540.65
HSV357°45°84°
CMYK 0.000.450.43   0.16
XYZ37.785128.683122.2838
Yxy28.68310.42570.3232
Hunter Lab53.556632.210712.8203
CIE-Lab60.500937.901414.0364

#d6767b color RGB value is (214,118,123).

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

The process color (four color CMYK) of #d6767b color hex is 0.00, 0.45, 0.43, 0.16. Web safe color of #d6767b is #cc6666. Color #d6767b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 01111011
Octal 326 166 173
Decimal 214 118 123
Hex D6 76 7B

RGB Percentages of Color #d6767b

%47.03
%25.93
%27.03

CMYK Percentages of Color #d6767b

%0
%45
%43
%16

Triadic Colors of #d6767b

#d6767b #7bd676 #767bd6

Analogous Colors of #d6767b

#d6767b #d6a176 #d676ab

Monochromatic Colors of #d6767b

#d6767b

Complementary Color

#d6767b #76d6d1

#d6767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6767b Color CSS Codes

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

#d6767b Text Font Color

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

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


#d6767b Background Color

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

This div background color is #d6767b


#d6767b Border Color

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

This div border color is #d6767b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6767b


Comments

No comments written yet.

Please login to write comment.