Color Hex Logo

#984041 Color Hex

#984041
(152,64,65)
0 Favorites   0 Comments

Color spaces of #984041

RGB 1526465
HSL1.000.410.42
HSV359°58°60°
CMYK 0.000.580.57   0.40
XYZ15.736410.72386.2415
Yxy10.72380.48120.3279
Hunter Lab32.747228.469111.6226
CIE-Lab39.111337.003817.9044

#984041 color RGB value is (152,64,65).

#984041 hex color red value is 152, green value is 64 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #984041 hue: 1.00 , saturation: 0.41 and the lightness value of 984041 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000000 01000001
Octal 230 100 101
Decimal 152 64 65
Hex 98 40 41

RGB Percentages of Color #984041

%54.09
%22.78
%23.13

CMYK Percentages of Color #984041

%0
%58
%57
%40

Triadic Colors of #984041

#984041 #419840 #404198

Analogous Colors of #984041

#984041 #986b40 #98406d

Monochromatic Colors of #984041

#984041

Complementary Color

#984041 #409897

#984041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984041 Color CSS Codes

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

#984041 Text Font Color

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

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


#984041 Background Color

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

This div background color is #984041


#984041 Border Color

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

This div border color is #984041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984041


Comments

No comments written yet.

Please login to write comment.