Color Hex Logo

#d38063 Color Hex

#D38063
(211,128,99)
0 Favorites   0 Comments

Color spaces of #d38063

RGB 21112899
HSL0.040.560.61
HSV16°53°83°
CMYK 0.000.390.53   0.17
XYZ36.835330.188115.6898
Yxy30.18810.44530.3650
Hunter Lab54.943723.518321.5297
CIE-Lab61.816229.125529.3124

#d38063 color RGB value is (211,128,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 01100011
Octal 323 200 143
Decimal 211 128 99
Hex D3 80 63

RGB Percentages of Color #d38063

%48.17
%29.22
%22.60

CMYK Percentages of Color #d38063

%0
%39
%53
%17

Triadic Colors of #d38063

#d38063 #63d380 #8063d3

Analogous Colors of #d38063

#d38063 #d3b863 #d3637e

Monochromatic Colors of #d38063

#d38063

Complementary Color

#d38063 #63b6d3

#d38063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38063 Color CSS Codes

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

#d38063 Text Font Color

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

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


#d38063 Background Color

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

This div background color is #d38063


#d38063 Border Color

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

This div border color is #d38063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38063


Comments

No comments written yet.

Please login to write comment.