Color Hex Logo

#993aeb Color Hex

#993AEB
(153,58,235)
0 Favorites   0 Comments

Color spaces of #993aeb

RGB 15358235
HSL0.760.820.57
HSV272°75°92°
CMYK 0.350.750.00   0.08
XYZ29.645315.796680.0838
Yxy15.79660.23620.1258
Hunter Lab39.744963.5875-91.6445
CIE-Lab46.706568.7988-72.4190

#993aeb color RGB value is (153,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 11101011
Octal 231 72 353
Decimal 153 58 235
Hex 99 3A EB

RGB Percentages of Color #993aeb

%34.30
%13.00
%52.69

CMYK Percentages of Color #993aeb

%35
%75
%0
%8

Triadic Colors of #993aeb

#993aeb #eb993a #3aeb99

Analogous Colors of #993aeb

#993aeb #eb3ae5 #413aeb

Monochromatic Colors of #993aeb

#993aeb

Complementary Color

#993aeb #8ceb3a

#993aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#993aeb Color CSS Codes

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

#993aeb Text Font Color

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

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


#993aeb Background Color

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

This div background color is #993aeb


#993aeb Border Color

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

This div border color is #993aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993aeb


Comments

No comments written yet.

Please login to write comment.