Color Hex Logo

#993ebb Color Hex

#993EBB
(153,62,187)
0 Favorites   0 Comments

Color spaces of #993ebb

RGB 15362187
HSL0.790.500.49
HSV284°67°73°
CMYK 0.180.670.00   0.27
XYZ23.829113.805448.4225
Yxy13.80540.27690.1604
Hunter Lab37.155649.4555-51.2599
CIE-Lab43.952556.8614-49.2937

#993ebb color RGB value is (153,62,187).

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

The process color (four color CMYK) of #993ebb color hex is 0.18, 0.67, 0.00, 0.27. Web safe color of #993ebb is #9933cc. Color #993ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111110 10111011
Octal 231 76 273
Decimal 153 62 187
Hex 99 3E BB

RGB Percentages of Color #993ebb

%38.06
%15.42
%46.52

CMYK Percentages of Color #993ebb

%18
%67
%0
%27

Triadic Colors of #993ebb

#993ebb #bb993e #3ebb99

Analogous Colors of #993ebb

#993ebb #bb3e9f #5a3ebb

Monochromatic Colors of #993ebb

#993ebb

Complementary Color

#993ebb #60bb3e

#993ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#993ebb Color CSS Codes

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

#993ebb Text Font Color

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

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


#993ebb Background Color

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

This div background color is #993ebb


#993ebb Border Color

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

This div border color is #993ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993ebb


Comments

No comments written yet.

Please login to write comment.