Color Hex Logo

#984c65 Color Hex

#984C65
(152,76,101)
0 Favorites   0 Comments

Color spaces of #984c65

RGB 15276101
HSL0.950.330.45
HSV340°50°60°
CMYK 0.000.500.34   0.40
XYZ17.882312.783913.8370
Yxy12.78390.40180.2873
Hunter Lab35.754626.70452.0830
CIE-Lab42.435834.62610.1994

#984c65 color RGB value is (152,76,101).

#984c65 hex color red value is 152, green value is 76 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #984c65 hue: 0.95 , saturation: 0.33 and the lightness value of 984c65 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001100 01100101
Octal 230 114 145
Decimal 152 76 101
Hex 98 4C 65

RGB Percentages of Color #984c65

%46.20
%23.10
%30.70

CMYK Percentages of Color #984c65

%0
%50
%34
%40

Triadic Colors of #984c65

#984c65 #65984c #4c6598

Analogous Colors of #984c65

#984c65 #98594c #984c8b

Monochromatic Colors of #984c65

#984c65

Complementary Color

#984c65 #4c987f

#984c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984c65 Color CSS Codes

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

#984c65 Text Font Color

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

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


#984c65 Background Color

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

This div background color is #984c65


#984c65 Border Color

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

This div border color is #984c65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,76,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 #984c65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984c65


Comments

No comments written yet.

Please login to write comment.