Color Hex Logo

#984359 Color Hex

#984359
(152,67,89)
0 Favorites   0 Comments

Color spaces of #984359

RGB 1526789
HSL0.960.390.43
HSV344°56°60°
CMYK 0.000.560.41   0.40
XYZ16.759211.411010.7704
Yxy11.41100.43040.2930
Hunter Lab33.780229.44314.7422
CIE-Lab40.264337.85824.5118

#984359 color RGB value is (152,67,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000011 01011001
Octal 230 103 131
Decimal 152 67 89
Hex 98 43 59

RGB Percentages of Color #984359

%49.35
%21.75
%28.90

CMYK Percentages of Color #984359

%0
%56
%41
%40

Triadic Colors of #984359

#984359 #599843 #435998

Analogous Colors of #984359

#984359 #985843 #984384

Monochromatic Colors of #984359

#984359

Complementary Color

#984359 #439882

#984359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984359 Color CSS Codes

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

#984359 Text Font Color

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

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


#984359 Background Color

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

This div background color is #984359


#984359 Border Color

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

This div border color is #984359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984359


Comments

No comments written yet.

Please login to write comment.