Color Hex Logo

#d98364 Color Hex

#D98364
(217,131,100)
0 Favorites   0 Comments

Color spaces of #d98364

RGB 217131100
HSL0.040.610.62
HSV16°54°85°
CMYK 0.000.400.54   0.15
XYZ39.031831.904416.1576
Yxy31.90440.44820.3663
Hunter Lab56.484024.500922.5785
CIE-Lab63.263829.992230.7764

#d98364 color RGB value is (217,131,100).

#d98364 hex color red value is 217, green value is 131 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d98364 hue: 0.04 , saturation: 0.61 and the lightness value of d98364 is 0.62.

The process color (four color CMYK) of #d98364 color hex is 0.00, 0.40, 0.54, 0.15. Web safe color of #d98364 is #cc9966. Color #d98364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 01100100
Octal 331 203 144
Decimal 217 131 100
Hex D9 83 64

RGB Percentages of Color #d98364

%48.44
%29.24
%22.32

CMYK Percentages of Color #d98364

%0
%40
%54
%15

Triadic Colors of #d98364

#d98364 #64d983 #8364d9

Analogous Colors of #d98364

#d98364 #d9be64 #d96480

Monochromatic Colors of #d98364

#d98364

Complementary Color

#d98364 #64bad9

#d98364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98364 Color CSS Codes

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

#d98364 Text Font Color

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

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


#d98364 Background Color

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

This div background color is #d98364


#d98364 Border Color

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

This div border color is #d98364


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,131,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98364


Comments

No comments written yet.

Please login to write comment.