Color Hex Logo

#935dec Color Hex

#935DEC
(147,93,236)
0 Favorites   0 Comments

Color spaces of #935dec

RGB 14793236
HSL0.730.790.65
HSV263°61°93°
CMYK 0.380.610.00   0.07
XYZ31.087320.087981.5957
Yxy20.08790.23410.1513
Hunter Lab44.819545.3753-76.5661
CIE-Lab51.936451.6670-64.5309

#935dec color RGB value is (147,93,236).

#935dec hex color red value is 147, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #935dec hue: 0.73 , saturation: 0.79 and the lightness value of 935dec is 0.65.

The process color (four color CMYK) of #935dec color hex is 0.38, 0.61, 0.00, 0.07. Web safe color of #935dec is #9966ff. Color #935dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011101 11101100
Octal 223 135 354
Decimal 147 93 236
Hex 93 5D EC

RGB Percentages of Color #935dec

%30.88
%19.54
%49.58

CMYK Percentages of Color #935dec

%38
%61
%0
%7

Triadic Colors of #935dec

#935dec #ec935d #5dec93

Analogous Colors of #935dec

#935dec #db5dec #5d6fec

Monochromatic Colors of #935dec

#935dec

Complementary Color

#935dec #b6ec5d

#935dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#935dec Color CSS Codes

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

#935dec Text Font Color

<p style="color:#935dec">Text here</p>

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


#935dec Background Color

<div style="background-color:#935dec">
Div content here</div>

This div background color is #935dec


#935dec Border Color

<div style="border:3px solid #935dec">
Div here</div>

This div border color is #935dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,93,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #935dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #935dec;
  -webkit-box-shadow: 1px 1px 3px 2px #935dec;
  box-shadow:         1px 1px 3px 2px #935dec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935dec


Comments

No comments written yet.

Please login to write comment.