Color Hex Logo

#9393ec Color Hex

#9393EC
(147,147,236)
0 Favorites   0 Comments

Color spaces of #9393ec

RGB 147147236
HSL0.670.700.75
HSV240°38°93°
CMYK 0.380.380.00   0.07
XYZ37.606733.126683.7689
Yxy33.12660.24340.2144
Hunter Lab57.555715.9088-46.0041
CIE-Lab64.263321.1048-44.8764

#9393ec color RGB value is (147,147,236).

#9393ec hex color red value is 147, green value is 147 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9393ec hue: 0.67 , saturation: 0.70 and the lightness value of 9393ec is 0.75.

The process color (four color CMYK) of #9393ec color hex is 0.38, 0.38, 0.00, 0.07. Web safe color of #9393ec is #9999ff. Color #9393ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010011 11101100
Octal 223 223 354
Decimal 147 147 236
Hex 93 93 EC

RGB Percentages of Color #9393ec

%27.74
%27.74
%44.53

CMYK Percentages of Color #9393ec

%38
%38
%0
%7

Triadic Colors of #9393ec

#9393ec #ec9393 #93ec93

Analogous Colors of #9393ec

#9393ec #c093ec #93c0ec

Monochromatic Colors of #9393ec

#9393ec

Complementary Color

#9393ec #ecec93

#9393ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9393ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9393ec Color CSS Codes

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

#9393ec Text Font Color

<p style="color:#9393ec">Text here</p>

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


#9393ec Background Color

<div style="background-color:#9393ec">
Div content here</div>

This div background color is #9393ec


#9393ec Border Color

<div style="border:3px solid #9393ec">
Div here</div>

This div border color is #9393ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9393ec


Comments

No comments written yet.

Please login to write comment.