Color Hex Logo

#993aea Color Hex

#993AEA
(153,58,234)
0 Favorites   0 Comments

Color spaces of #993aea

RGB 15358234
HSL0.760.810.57
HSV272°75°92°
CMYK 0.350.750.00   0.08
XYZ29.501215.738979.3249
Yxy15.73890.23680.1264
Hunter Lab39.672363.3101-90.7800
CIE-Lab46.630168.5780-71.9787

#993aea color RGB value is (153,58,234).

#993aea hex color red value is 153, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #993aea hue: 0.76 , saturation: 0.81 and the lightness value of 993aea is 0.57.

The process color (four color CMYK) of #993aea color hex is 0.35, 0.75, 0.00, 0.08. Web safe color of #993aea is #9933ff. Color #993aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 11101010
Octal 231 72 352
Decimal 153 58 234
Hex 99 3A EA

RGB Percentages of Color #993aea

%34.38
%13.03
%52.58

CMYK Percentages of Color #993aea

%35
%75
%0
%8

Triadic Colors of #993aea

#993aea #ea993a #3aea99

Analogous Colors of #993aea

#993aea #ea3ae3 #413aea

Monochromatic Colors of #993aea

#993aea

Complementary Color

#993aea #8bea3a

#993aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#993aea Color CSS Codes

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

#993aea Text Font Color

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

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


#993aea Background Color

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

This div background color is #993aea


#993aea Border Color

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

This div border color is #993aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993aea


Comments

No comments written yet.

Please login to write comment.