Color Hex Logo

#d68673 Color Hex

#D68673
(214,134,115)
0 Favorites   0 Comments

Color spaces of #d68673

RGB 214134115
HSL0.030.550.65
HSV12°46°84°
CMYK 0.000.370.46   0.16
XYZ39.351232.584120.4350
Yxy32.58410.42600.3528
Hunter Lab57.082523.159018.7325
CIE-Lab63.822728.594023.1177

#d68673 color RGB value is (214,134,115).

#d68673 hex color red value is 214, green value is 134 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d68673 hue: 0.03 , saturation: 0.55 and the lightness value of d68673 is 0.65.

The process color (four color CMYK) of #d68673 color hex is 0.00, 0.37, 0.46, 0.16. Web safe color of #d68673 is #cc9966. Color #d68673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 01110011
Octal 326 206 163
Decimal 214 134 115
Hex D6 86 73

RGB Percentages of Color #d68673

%46.22
%28.94
%24.84

CMYK Percentages of Color #d68673

%0
%37
%46
%16

Triadic Colors of #d68673

#d68673 #73d686 #8673d6

Analogous Colors of #d68673

#d68673 #d6b873 #d67392

Monochromatic Colors of #d68673

#d68673

Complementary Color

#d68673 #73c3d6

#d68673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68673 Color CSS Codes

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

#d68673 Text Font Color

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

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


#d68673 Background Color

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

This div background color is #d68673


#d68673 Border Color

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

This div border color is #d68673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68673


Comments

No comments written yet.

Please login to write comment.