Color Hex Logo

#984365 Color Hex

#984365
(152,67,101)
0 Favorites   0 Comments

Color spaces of #984365

RGB 15267101
HSL0.930.390.43
HSV336°56°60°
CMYK 0.000.560.34   0.40
XYZ17.305011.629313.6445
Yxy11.62930.40640.2731
Hunter Lab34.101830.90210.1486
CIE-Lab40.620839.3327-2.4615

#984365 color RGB value is (152,67,101).

#984365 hex color red value is 152, green value is 67 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #984365 hue: 0.93 , saturation: 0.39 and the lightness value of 984365 is 0.43.

The process color (four color CMYK) of #984365 color hex is 0.00, 0.56, 0.34, 0.40. Web safe color of #984365 is #993366. Color #984365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000011 01100101
Octal 230 103 145
Decimal 152 67 101
Hex 98 43 65

RGB Percentages of Color #984365

%47.50
%20.94
%31.56

CMYK Percentages of Color #984365

%0
%56
%34
%40

Triadic Colors of #984365

#984365 #659843 #436598

Analogous Colors of #984365

#984365 #984c43 #984390

Monochromatic Colors of #984365

#984365

Complementary Color

#984365 #439876

#984365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984365 Color CSS Codes

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

#984365 Text Font Color

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

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


#984365 Background Color

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

This div background color is #984365


#984365 Border Color

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

This div border color is #984365


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,67,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984365; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984365;
  -webkit-box-shadow: 1px 1px 3px 2px #984365;
  box-shadow:         1px 1px 3px 2px #984365; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,67,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984365


Comments

No comments written yet.

Please login to write comment.