Color Hex Logo

#936cea Color Hex

#936CEA
(147,108,234)
0 Favorites   0 Comments

Color spaces of #936cea

RGB 147108234
HSL0.720.750.67
HSV259°54°92°
CMYK 0.370.540.00   0.08
XYZ32.246522.868780.5564
Yxy22.86870.23770.1686
Hunter Lab47.821236.6778-66.4011
CIE-Lab54.936842.9641-58.5832

#936cea color RGB value is (147,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101100 11101010
Octal 223 154 352
Decimal 147 108 234
Hex 93 6C EA

RGB Percentages of Color #936cea

%30.06
%22.09
%47.85

CMYK Percentages of Color #936cea

%37
%54
%0
%8

Triadic Colors of #936cea

#936cea #ea936c #6cea93

Analogous Colors of #936cea

#936cea #d26cea #6c84ea

Monochromatic Colors of #936cea

#936cea

Complementary Color

#936cea #c3ea6c

#936cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#936cea Color CSS Codes

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

#936cea Text Font Color

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

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


#936cea Background Color

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

This div background color is #936cea


#936cea Border Color

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

This div border color is #936cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936cea


Comments

No comments written yet.

Please login to write comment.