Color Hex Logo

#993ac5 Color Hex

#993AC5
(153,58,197)
0 Favorites   0 Comments

Color spaces of #993ac5

RGB 15358197
HSL0.780.550.50
HSV281°71°77°
CMYK 0.220.710.00   0.23
XYZ24.728013.829654.1894
Yxy13.82960.26660.1491
Hunter Lab37.188253.6130-60.3638
CIE-Lab43.987660.6261-55.0679

#993ac5 color RGB value is (153,58,197).

#993ac5 hex color red value is 153, green value is 58 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #993ac5 hue: 0.78 , saturation: 0.55 and the lightness value of 993ac5 is 0.50.

The process color (four color CMYK) of #993ac5 color hex is 0.22, 0.71, 0.00, 0.23. Web safe color of #993ac5 is #9933cc. Color #993ac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 11000101
Octal 231 72 305
Decimal 153 58 197
Hex 99 3A C5

RGB Percentages of Color #993ac5

%37.50
%14.22
%48.28

CMYK Percentages of Color #993ac5

%22
%71
%0
%23

Triadic Colors of #993ac5

#993ac5 #c5993a #3ac599

Analogous Colors of #993ac5

#993ac5 #c53aac #543ac5

Monochromatic Colors of #993ac5

#993ac5

Complementary Color

#993ac5 #66c53a

#993ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993ac5 Color CSS Codes

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

#993ac5 Text Font Color

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

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


#993ac5 Background Color

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

This div background color is #993ac5


#993ac5 Border Color

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

This div border color is #993ac5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,58,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993ac5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993ac5;
  -webkit-box-shadow: 1px 1px 3px 2px #993ac5;
  box-shadow:         1px 1px 3px 2px #993ac5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993ac5


Comments

No comments written yet.

Please login to write comment.