Color Hex Logo

#993abb Color Hex

#993ABB
(153,58,187)
0 Favorites   0 Comments

Color spaces of #993abb

RGB 15358187
HSL0.790.530.48
HSV284°69°73°
CMYK 0.180.690.00   0.27
XYZ23.619613.386348.3526
Yxy13.38630.27670.1568
Hunter Lab36.587351.2062-52.7447
CIE-Lab43.339658.5766-50.2770

#993abb color RGB value is (153,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 10111011
Octal 231 72 273
Decimal 153 58 187
Hex 99 3A BB

RGB Percentages of Color #993abb

%38.44
%14.57
%46.98

CMYK Percentages of Color #993abb

%18
%69
%0
%27

Triadic Colors of #993abb

#993abb #bb993a #3abb99

Analogous Colors of #993abb

#993abb #bb3a9d #583abb

Monochromatic Colors of #993abb

#993abb

Complementary Color

#993abb #5cbb3a

#993abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#993abb Color CSS Codes

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

#993abb Text Font Color

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

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


#993abb Background Color

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

This div background color is #993abb


#993abb Border Color

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

This div border color is #993abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,58,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 #993abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993abb


Comments

No comments written yet.

Please login to write comment.