Color Hex Logo

#983014 Color Hex

#983014
(152,48,20)
0 Favorites   0 Comments

Color spaces of #983014

RGB 1524820
HSL0.040.770.34
HSV13°87°60°
CMYK 0.000.680.87   0.40
XYZ14.13218.83981.6232
Yxy8.83980.57460.3594
Hunter Lab29.731832.813817.5753
CIE-Lab35.674042.153539.8702

#983014 color RGB value is (152,48,20).

#983014 hex color red value is 152, green value is 48 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #983014 hue: 0.04 , saturation: 0.77 and the lightness value of 983014 is 0.34.

The process color (four color CMYK) of #983014 color hex is 0.00, 0.68, 0.87, 0.40. Web safe color of #983014 is #993300. Color #983014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 00010100
Octal 230 60 24
Decimal 152 48 20
Hex 98 30 14

RGB Percentages of Color #983014

%69.09
%21.82
%9.09

CMYK Percentages of Color #983014

%0
%68
%87
%40

Triadic Colors of #983014

#983014 #149830 #301498

Analogous Colors of #983014

#983014 #987214 #98143a

Monochromatic Colors of #983014

#983014

Complementary Color

#983014 #147c98

#983014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983014 Color CSS Codes

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

#983014 Text Font Color

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

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


#983014 Background Color

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

This div background color is #983014


#983014 Border Color

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

This div border color is #983014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983014


Comments

No comments written yet.

Please login to write comment.