Color Hex Logo

#d38563 Color Hex

#D38563
(211,133,99)
0 Favorites   0 Comments

Color spaces of #d38563

RGB 21113399
HSL0.050.560.61
HSV18°53°83°
CMYK 0.000.370.53   0.17
XYZ37.503631.524815.9126
Yxy31.52480.44150.3711
Hunter Lab56.147020.972722.4995
CIE-Lab62.948226.437630.7702

#d38563 color RGB value is (211,133,99).

#d38563 hex color red value is 211, green value is 133 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d38563 hue: 0.05 , saturation: 0.56 and the lightness value of d38563 is 0.61.

The process color (four color CMYK) of #d38563 color hex is 0.00, 0.37, 0.53, 0.17. Web safe color of #d38563 is #cc9966. Color #d38563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 01100011
Octal 323 205 143
Decimal 211 133 99
Hex D3 85 63

RGB Percentages of Color #d38563

%47.63
%30.02
%22.35

CMYK Percentages of Color #d38563

%0
%37
%53
%17

Triadic Colors of #d38563

#d38563 #63d385 #8563d3

Analogous Colors of #d38563

#d38563 #d3bd63 #d36379

Monochromatic Colors of #d38563

#d38563

Complementary Color

#d38563 #63b1d3

#d38563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38563 Color CSS Codes

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

#d38563 Text Font Color

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

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


#d38563 Background Color

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

This div background color is #d38563


#d38563 Border Color

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

This div border color is #d38563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38563


Comments

No comments written yet.

Please login to write comment.