Color Hex Logo

#d68373 Color Hex

#D68373
(214,131,115)
0 Favorites   0 Comments

Color spaces of #d68373

RGB 214131115
HSL0.030.550.65
HSV10°46°84°
CMYK 0.000.390.46   0.16
XYZ38.942431.766520.2987
Yxy31.76650.42790.3491
Hunter Lab56.361824.699018.0999
CIE-Lab63.149430.201222.2119

#d68373 color RGB value is (214,131,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 01110011
Octal 326 203 163
Decimal 214 131 115
Hex D6 83 73

RGB Percentages of Color #d68373

%46.52
%28.48
%25.00

CMYK Percentages of Color #d68373

%0
%39
%46
%16

Triadic Colors of #d68373

#d68373 #73d683 #8373d6

Analogous Colors of #d68373

#d68373 #d6b573 #d67395

Monochromatic Colors of #d68373

#d68373

Complementary Color

#d68373 #73c6d6

#d68373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68373 Color CSS Codes

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

#d68373 Text Font Color

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

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


#d68373 Background Color

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

This div background color is #d68373


#d68373 Border Color

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

This div border color is #d68373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68373


Comments

No comments written yet.

Please login to write comment.