Color Hex Logo

#993eba Color Hex

#993EBA
(153,62,186)
0 Favorites   0 Comments

Color spaces of #993eba

RGB 15362186
HSL0.790.500.49
HSV284°67°73°
CMYK 0.180.670.00   0.27
XYZ23.722413.762747.8605
Yxy13.76270.27800.1613
Hunter Lab37.098149.2202-50.5217
CIE-Lab43.890756.6568-48.8075

#993eba color RGB value is (153,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111110 10111010
Octal 231 76 272
Decimal 153 62 186
Hex 99 3E BA

RGB Percentages of Color #993eba

%38.15
%15.46
%46.38

CMYK Percentages of Color #993eba

%18
%67
%0
%27

Triadic Colors of #993eba

#993eba #ba993e #3eba99

Analogous Colors of #993eba

#993eba #ba3e9d #5b3eba

Monochromatic Colors of #993eba

#993eba

Complementary Color

#993eba #5fba3e

#993eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#993eba Color CSS Codes

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

#993eba Text Font Color

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

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


#993eba Background Color

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

This div background color is #993eba


#993eba Border Color

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

This div border color is #993eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993eba


Comments

No comments written yet.

Please login to write comment.