Color Hex Logo

#d38685 Color Hex

#D38685
(211,134,133)
0 Favorites   0 Comments

Color spaces of #d38685

RGB 211134133
HSL0.000.470.67
HSV37°83°
CMYK 0.000.360.37   0.17
XYZ39.622732.592526.3929
Yxy32.59250.40180.3305
Hunter Lab57.089823.979112.5528
CIE-Lab63.829629.419512.9355

#d38685 color RGB value is (211,134,133).

#d38685 hex color red value is 211, green value is 134 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d38685 hue: 0.00 , saturation: 0.47 and the lightness value of d38685 is 0.67.

The process color (four color CMYK) of #d38685 color hex is 0.00, 0.36, 0.37, 0.17. Web safe color of #d38685 is #cc9999. Color #d38685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000110 10000101
Octal 323 206 205
Decimal 211 134 133
Hex D3 86 85

RGB Percentages of Color #d38685

%44.14
%28.03
%27.82

CMYK Percentages of Color #d38685

%0
%36
%37
%17

Triadic Colors of #d38685

#d38685 #85d386 #8685d3

Analogous Colors of #d38685

#d38685 #d3ad85 #d385ab

Monochromatic Colors of #d38685

#d38685

Complementary Color

#d38685 #85d2d3

#d38685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38685 Color CSS Codes

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

#d38685 Text Font Color

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

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


#d38685 Background Color

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

This div background color is #d38685


#d38685 Border Color

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

This div border color is #d38685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38685


Comments

No comments written yet.

Please login to write comment.