Color Hex Logo

#933beb Color Hex

#933BEB
(147,59,235)
0 Favorites   0 Comments

Color spaces of #933beb

RGB 14759235
HSL0.750.810.58
HSV270°75°92°
CMYK 0.370.750.00   0.08
XYZ28.592015.329180.0491
Yxy15.32910.23060.1237
Hunter Lab39.152461.8373-93.8148
CIE-Lab46.081767.4275-73.4702

#933beb color RGB value is (147,59,235).

#933beb hex color red value is 147, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #933beb hue: 0.75 , saturation: 0.81 and the lightness value of 933beb is 0.58.

The process color (four color CMYK) of #933beb color hex is 0.37, 0.75, 0.00, 0.08. Web safe color of #933beb is #9933ff. Color #933beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111011 11101011
Octal 223 73 353
Decimal 147 59 235
Hex 93 3B EB

RGB Percentages of Color #933beb

%33.33
%13.38
%53.29

CMYK Percentages of Color #933beb

%37
%75
%0
%8

Triadic Colors of #933beb

#933beb #eb933b #3beb93

Analogous Colors of #933beb

#933beb #eb3beb #3b3beb

Monochromatic Colors of #933beb

#933beb

Complementary Color

#933beb #93eb3b

#933beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#933beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#933beb Color CSS Codes

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

#933beb Text Font Color

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

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


#933beb Background Color

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

This div background color is #933beb


#933beb Border Color

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

This div border color is #933beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,59,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #933beb


Comments

No comments written yet.

Please login to write comment.