Color Hex Logo

#991462 Color Hex

#991462
(153,20,98)
0 Favorites   0 Comments

Color spaces of #991462

RGB 1532098
HSL0.900.770.34
HSV325°87°60°
CMYK 0.000.870.36   0.40
XYZ15.59168.154512.3075
Yxy8.15450.43250.2262
Hunter Lab28.556147.4877-5.5644
CIE-Lab34.302656.8864-9.9729

#991462 color RGB value is (153,20,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010100 01100010
Octal 231 24 142
Decimal 153 20 98
Hex 99 14 62

RGB Percentages of Color #991462

%56.46
%7.38
%36.16

CMYK Percentages of Color #991462

%0
%87
%36
%40

Triadic Colors of #991462

#991462 #629914 #146299

Analogous Colors of #991462

#991462 #991420 #8e1499

Monochromatic Colors of #991462

#991462

Complementary Color

#991462 #14994b

#991462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991462 Color CSS Codes

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

#991462 Text Font Color

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

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


#991462 Background Color

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

This div background color is #991462


#991462 Border Color

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

This div border color is #991462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,20,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 #991462">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991462


Comments

No comments written yet.

Please login to write comment.