Color Hex Logo

#933abb Color Hex

#933ABB
(147,58,187)
0 Favorites   0 Comments

Color spaces of #933abb

RGB 14758187
HSL0.780.530.48
HSV281°69°73°
CMYK 0.210.690.00   0.27
XYZ22.515312.817048.3010
Yxy12.81700.26920.1533
Hunter Lab35.800849.6079-54.9310
CIE-Lab42.486257.2778-51.6941

#933abb color RGB value is (147,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111010 10111011
Octal 223 72 273
Decimal 147 58 187
Hex 93 3A BB

RGB Percentages of Color #933abb

%37.50
%14.80
%47.70

CMYK Percentages of Color #933abb

%21
%69
%0
%27

Triadic Colors of #933abb

#933abb #bb933a #3abb93

Analogous Colors of #933abb

#933abb #bb3aa3 #523abb

Monochromatic Colors of #933abb

#933abb

Complementary Color

#933abb #62bb3a

#933abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#933abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#933abb Color CSS Codes

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

#933abb Text Font Color

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

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


#933abb Background Color

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

This div background color is #933abb


#933abb Border Color

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

This div border color is #933abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #933abb


Comments

No comments written yet.

Please login to write comment.