Color Hex Logo

#993298 Color Hex

#993298
(153,50,152)
0 Favorites   0 Comments

Color spaces of #993298

RGB 15350152
HSL0.830.510.40
HSV301°67°60°
CMYK 0.000.670.01   0.40
XYZ19.945011.320530.8396
Yxy11.32050.32110.1823
Hunter Lab33.646046.9327-30.7926
CIE-Lab40.115155.2468-34.5946

#993298 color RGB value is (153,50,152).

#993298 hex color red value is 153, green value is 50 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #993298 hue: 0.83 , saturation: 0.51 and the lightness value of 993298 is 0.40.

The process color (four color CMYK) of #993298 color hex is 0.00, 0.67, 0.01, 0.40. Web safe color of #993298 is #993399. Color #993298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110010 10011000
Octal 231 62 230
Decimal 153 50 152
Hex 99 32 98

RGB Percentages of Color #993298

%43.10
%14.08
%42.82

CMYK Percentages of Color #993298

%0
%67
%1
%40

Triadic Colors of #993298

#993298 #989932 #329899

Analogous Colors of #993298

#993298 #993265 #673299

Monochromatic Colors of #993298

#993298

Complementary Color

#993298 #329933

#993298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993298 Color CSS Codes

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

#993298 Text Font Color

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

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


#993298 Background Color

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

This div background color is #993298


#993298 Border Color

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

This div border color is #993298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993298


Comments

No comments written yet.

Please login to write comment.