Color Hex Logo

#936ceb Color Hex

#936CEB
(147,108,235)
0 Favorites   0 Comments

Color spaces of #936ceb

RGB 147108235
HSL0.720.760.67
HSV258°54°92°
CMYK 0.370.540.00   0.08
XYZ32.390622.926381.3153
Yxy22.92630.23710.1678
Hunter Lab47.881436.9584-67.1731
CIE-Lab54.996343.2263-59.0469

#936ceb color RGB value is (147,108,235).

#936ceb hex color red value is 147, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #936ceb hue: 0.72 , saturation: 0.76 and the lightness value of 936ceb is 0.67.

The process color (four color CMYK) of #936ceb color hex is 0.37, 0.54, 0.00, 0.08. Web safe color of #936ceb is #9966ff. Color #936ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101100 11101011
Octal 223 154 353
Decimal 147 108 235
Hex 93 6C EB

RGB Percentages of Color #936ceb

%30.00
%22.04
%47.96

CMYK Percentages of Color #936ceb

%37
%54
%0
%8

Triadic Colors of #936ceb

#936ceb #eb936c #6ceb93

Analogous Colors of #936ceb

#936ceb #d36ceb #6c85eb

Monochromatic Colors of #936ceb

#936ceb

Complementary Color

#936ceb #c4eb6c

#936ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#936ceb Color CSS Codes

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

#936ceb Text Font Color

<p style="color:#936ceb">Text here</p>

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


#936ceb Background Color

<div style="background-color:#936ceb">
Div content here</div>

This div background color is #936ceb


#936ceb Border Color

<div style="border:3px solid #936ceb">
Div here</div>

This div border color is #936ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936ceb


Comments

No comments written yet.

Please login to write comment.