Color Hex Logo

#933abe Color Hex

#933ABE
(147,58,190)
0 Favorites   0 Comments

Color spaces of #933abe

RGB 14758190
HSL0.780.530.49
HSV280°69°75°
CMYK 0.230.690.00   0.25
XYZ22.839912.946950.0104
Yxy12.94690.26620.1509
Hunter Lab35.981850.3370-57.2187
CIE-Lab42.683157.9086-53.1331

#933abe color RGB value is (147,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111010 10111110
Octal 223 72 276
Decimal 147 58 190
Hex 93 3A BE

RGB Percentages of Color #933abe

%37.22
%14.68
%48.10

CMYK Percentages of Color #933abe

%23
%69
%0
%25

Triadic Colors of #933abe

#933abe #be933a #3abe93

Analogous Colors of #933abe

#933abe #be3aa7 #513abe

Monochromatic Colors of #933abe

#933abe

Complementary Color

#933abe #65be3a

#933abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#933abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#933abe Color CSS Codes

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

#933abe Text Font Color

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

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


#933abe Background Color

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

This div background color is #933abe


#933abe Border Color

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

This div border color is #933abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #933abe


Comments

No comments written yet.

Please login to write comment.