Color Hex Logo

#981463 Color Hex

#981463
(152,20,99)
0 Favorites   0 Comments

Color spaces of #981463

RGB 1522099
HSL0.900.770.34
HSV324°87°60°
CMYK 0.000.870.35   0.40
XYZ15.45128.076612.5489
Yxy8.07660.42830.2239
Hunter Lab28.419447.3140-6.2866
CIE-Lab34.141956.7550-10.8781

#981463 color RGB value is (152,20,99).

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

The process color (four color CMYK) of #981463 color hex is 0.00, 0.87, 0.35, 0.40. Web safe color of #981463 is #990066. Color #981463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010100 01100011
Octal 230 24 143
Decimal 152 20 99
Hex 98 14 63

RGB Percentages of Color #981463

%56.09
%7.38
%36.53

CMYK Percentages of Color #981463

%0
%87
%35
%40

Triadic Colors of #981463

#981463 #639814 #146398

Analogous Colors of #981463

#981463 #981421 #8b1498

Monochromatic Colors of #981463

#981463

Complementary Color

#981463 #149849

#981463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981463 Color CSS Codes

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

#981463 Text Font Color

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

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


#981463 Background Color

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

This div background color is #981463


#981463 Border Color

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

This div border color is #981463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981463


Comments

No comments written yet.

Please login to write comment.