Color Hex Logo

#992482 Color Hex

#992482
(153,36,130)
0 Favorites   0 Comments

Color spaces of #992482

RGB 15336130
HSL0.870.620.37
HSV312°76°60°
CMYK 0.000.760.15   0.40
XYZ17.79709.645822.0429
Yxy9.64580.35960.1949
Hunter Lab31.057747.9350-20.3401
CIE-Lab37.199156.7420-25.7130

#992482 color RGB value is (153,36,130).

#992482 hex color red value is 153, green value is 36 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #992482 hue: 0.87 , saturation: 0.62 and the lightness value of 992482 is 0.37.

The process color (four color CMYK) of #992482 color hex is 0.00, 0.76, 0.15, 0.40. Web safe color of #992482 is #993399. Color #992482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100100 10000010
Octal 231 44 202
Decimal 153 36 130
Hex 99 24 82

RGB Percentages of Color #992482

%47.96
%11.29
%40.75

CMYK Percentages of Color #992482

%0
%76
%15
%40

Triadic Colors of #992482

#992482 #829924 #248299

Analogous Colors of #992482

#992482 #992448 #762499

Monochromatic Colors of #992482

#992482

Complementary Color

#992482 #24993b

#992482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992482 Color CSS Codes

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

#992482 Text Font Color

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

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


#992482 Background Color

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

This div background color is #992482


#992482 Border Color

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

This div border color is #992482


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,36,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992482


Comments

No comments written yet.

Please login to write comment.