Color Hex Logo

#985019 Color Hex

#985019
(152,80,25)
0 Favorites   0 Comments

Color spaces of #985019

RGB 1528025
HSL0.070.720.35
HSV26°84°60°
CMYK 0.000.470.84   0.40
XYZ15.993012.48292.4862
Yxy12.48290.51650.4032
Hunter Lab35.331118.970320.5597
CIE-Lab41.973526.151043.2145

#985019 color RGB value is (152,80,25).

#985019 hex color red value is 152, green value is 80 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #985019 hue: 0.07 , saturation: 0.72 and the lightness value of 985019 is 0.35.

The process color (four color CMYK) of #985019 color hex is 0.00, 0.47, 0.84, 0.40. Web safe color of #985019 is #996600. Color #985019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 00011001
Octal 230 120 31
Decimal 152 80 25
Hex 98 50 19

RGB Percentages of Color #985019

%59.14
%31.13
%9.73

CMYK Percentages of Color #985019

%0
%47
%84
%40

Triadic Colors of #985019

#985019 #199850 #501998

Analogous Colors of #985019

#985019 #989019 #981922

Monochromatic Colors of #985019

#985019

Complementary Color

#985019 #196198

#985019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985019 Color CSS Codes

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

#985019 Text Font Color

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

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


#985019 Background Color

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

This div background color is #985019


#985019 Border Color

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

This div border color is #985019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985019


Comments

No comments written yet.

Please login to write comment.