Color Hex Logo

#992383 Color Hex

#992383
(153,35,131)
0 Favorites   0 Comments

Color spaces of #992383

RGB 15335131
HSL0.860.630.37
HSV311°77°60°
CMYK 0.000.770.14   0.40
XYZ17.83469.613122.3882
Yxy9.61310.35790.1929
Hunter Lab31.005048.4175-21.1088
CIE-Lab37.138957.2027-26.4268

#992383 color RGB value is (153,35,131).

#992383 hex color red value is 153, green value is 35 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #992383 hue: 0.86 , saturation: 0.63 and the lightness value of 992383 is 0.37.

The process color (four color CMYK) of #992383 color hex is 0.00, 0.77, 0.14, 0.40. Web safe color of #992383 is #993399. Color #992383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100011 10000011
Octal 231 43 203
Decimal 153 35 131
Hex 99 23 83

RGB Percentages of Color #992383

%47.96
%10.97
%41.07

CMYK Percentages of Color #992383

%0
%77
%14
%40

Triadic Colors of #992383

#992383 #839923 #238399

Analogous Colors of #992383

#992383 #992348 #742399

Monochromatic Colors of #992383

#992383

Complementary Color

#992383 #239939

#992383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992383 Color CSS Codes

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

#992383 Text Font Color

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

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


#992383 Background Color

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

This div background color is #992383


#992383 Border Color

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

This div border color is #992383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992383


Comments

No comments written yet.

Please login to write comment.