Color Hex Logo

#984462 Color Hex

#984462
(152,68,98)
0 Favorites   0 Comments

Color spaces of #984462

RGB 1526898
HSL0.940.380.43
HSV339°55°60°
CMYK 0.000.550.36   0.40
XYZ17.220611.691512.9043
Yxy11.69150.41180.2796
Hunter Lab34.192830.06081.5591
CIE-Lab40.721538.4369-0.4442

#984462 color RGB value is (152,68,98).

#984462 hex color red value is 152, green value is 68 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #984462 hue: 0.94 , saturation: 0.38 and the lightness value of 984462 is 0.43.

The process color (four color CMYK) of #984462 color hex is 0.00, 0.55, 0.36, 0.40. Web safe color of #984462 is #993366. Color #984462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000100 01100010
Octal 230 104 142
Decimal 152 68 98
Hex 98 44 62

RGB Percentages of Color #984462

%47.80
%21.38
%30.82

CMYK Percentages of Color #984462

%0
%55
%36
%40

Triadic Colors of #984462

#984462 #629844 #446298

Analogous Colors of #984462

#984462 #985044 #98448c

Monochromatic Colors of #984462

#984462

Complementary Color

#984462 #44987a

#984462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984462 Color CSS Codes

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

#984462 Text Font Color

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

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


#984462 Background Color

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

This div background color is #984462


#984462 Border Color

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

This div border color is #984462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984462


Comments

No comments written yet.

Please login to write comment.