Color Hex Logo

#993485 Color Hex

#993485
(153,52,133)
0 Favorites   0 Comments

Color spaces of #993485

RGB 15352133
HSL0.870.490.40
HSV312°66°60°
CMYK 0.000.660.13   0.40
XYZ18.598510.921723.3182
Yxy10.92170.35200.2067
Hunter Lab33.048042.6209-18.7006
CIE-Lab39.448351.2784-24.0575

#993485 color RGB value is (153,52,133).

#993485 hex color red value is 153, green value is 52 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #993485 hue: 0.87 , saturation: 0.49 and the lightness value of 993485 is 0.40.

The process color (four color CMYK) of #993485 color hex is 0.00, 0.66, 0.13, 0.40. Web safe color of #993485 is #993399. Color #993485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110100 10000101
Octal 231 64 205
Decimal 153 52 133
Hex 99 34 85

RGB Percentages of Color #993485

%45.27
%15.38
%39.35

CMYK Percentages of Color #993485

%0
%66
%13
%40

Triadic Colors of #993485

#993485 #859934 #348599

Analogous Colors of #993485

#993485 #993453 #7b3499

Monochromatic Colors of #993485

#993485

Complementary Color

#993485 #349948

#993485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993485 Color CSS Codes

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

#993485 Text Font Color

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

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


#993485 Background Color

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

This div background color is #993485


#993485 Border Color

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

This div border color is #993485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993485


Comments

No comments written yet.

Please login to write comment.