Color Hex Logo

#993bbe Color Hex

#993BBE
(153,59,190)
0 Favorites   0 Comments

Color spaces of #993bbe

RGB 15359190
HSL0.790.530.49
HSV283°69°75°
CMYK 0.190.690.00   0.25
XYZ23.995113.617950.0790
Yxy13.61790.27360.1553
Hunter Lab36.902451.4869-54.6287
CIE-Lab43.679958.7671-51.4851

#993bbe color RGB value is (153,59,190).

#993bbe hex color red value is 153, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #993bbe hue: 0.79 , saturation: 0.53 and the lightness value of 993bbe is 0.49.

The process color (four color CMYK) of #993bbe color hex is 0.19, 0.69, 0.00, 0.25. Web safe color of #993bbe is #9933cc. Color #993bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 10111110
Octal 231 73 276
Decimal 153 59 190
Hex 99 3B BE

RGB Percentages of Color #993bbe

%38.06
%14.68
%47.26

CMYK Percentages of Color #993bbe

%19
%69
%0
%25

Triadic Colors of #993bbe

#993bbe #be993b #3bbe99

Analogous Colors of #993bbe

#993bbe #be3ba2 #573bbe

Monochromatic Colors of #993bbe

#993bbe

Complementary Color

#993bbe #60be3b

#993bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bbe Color CSS Codes

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

#993bbe Text Font Color

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

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


#993bbe Background Color

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

This div background color is #993bbe


#993bbe Border Color

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

This div border color is #993bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bbe


Comments

No comments written yet.

Please login to write comment.