Color Hex Logo

#987901 Color Hex

#987901
(152,121,1)
0 Favorites   0 Comments

Color spaces of #987901

RGB 1521211
HSL0.130.990.30
HSV48°99°60°
CMYK 0.000.200.99   0.40
XYZ19.791720.35232.9140
Yxy20.35230.45970.4727
Hunter Lab45.1135-0.639127.7498
CIE-Lab52.23322.250457.8198

#987901 color RGB value is (152,121,1).

#987901 hex color red value is 152, green value is 121 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #987901 hue: 0.13 , saturation: 0.99 and the lightness value of 987901 is 0.30.

The process color (four color CMYK) of #987901 color hex is 0.00, 0.20, 0.99, 0.40. Web safe color of #987901 is #996600. Color #987901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 00000001
Octal 230 171 1
Decimal 152 121 1
Hex 98 79 1

RGB Percentages of Color #987901

%55.47
%44.16
%0.36

CMYK Percentages of Color #987901

%0
%20
%99
%40

Triadic Colors of #987901

#987901 #019879 #790198

Analogous Colors of #987901

#987901 #6c9801 #982e01

Monochromatic Colors of #987901

#987901

Complementary Color

#987901 #012098

#987901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987901 Color CSS Codes

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

#987901 Text Font Color

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

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


#987901 Background Color

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

This div background color is #987901


#987901 Border Color

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

This div border color is #987901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987901


Comments

No comments written yet.

Please login to write comment.