Color Hex Logo

#983440 Color Hex

#983440
(152,52,64)
0 Favorites   0 Comments

Color spaces of #983440

RGB 1525264
HSL0.980.490.40
HSV353°66°60°
CMYK 0.000.660.58   0.40
XYZ15.10239.50155.8885
Yxy9.50150.49530.3116
Hunter Lab30.824533.512210.2508
CIE-Lab36.932542.657115.6298

#983440 color RGB value is (152,52,64).

#983440 hex color red value is 152, green value is 52 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #983440 hue: 0.98 , saturation: 0.49 and the lightness value of 983440 is 0.40.

The process color (four color CMYK) of #983440 color hex is 0.00, 0.66, 0.58, 0.40. Web safe color of #983440 is #993333. Color #983440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110100 01000000
Octal 230 64 100
Decimal 152 52 64
Hex 98 34 40

RGB Percentages of Color #983440

%56.72
%19.40
%23.88

CMYK Percentages of Color #983440

%0
%66
%58
%40

Triadic Colors of #983440

#983440 #409834 #344098

Analogous Colors of #983440

#983440 #985a34 #983472

Monochromatic Colors of #983440

#983440

Complementary Color

#983440 #34988c

#983440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983440 Color CSS Codes

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

#983440 Text Font Color

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

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


#983440 Background Color

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

This div background color is #983440


#983440 Border Color

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

This div border color is #983440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983440


Comments

No comments written yet.

Please login to write comment.