Color Hex Logo

#9b93ec Color Hex

#9B93EC
(155,147,236)
0 Favorites   0 Comments

Color spaces of #9b93ec

RGB 155147236
HSL0.680.700.75
HSV245°38°93°
CMYK 0.340.380.00   0.07
XYZ39.091633.892183.8384
Yxy33.89210.24930.2161
Hunter Lab58.216917.9799-44.6319
CIE-Lab64.876823.2292-43.8692

#9b93ec color RGB value is (155,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10010011 11101100
Octal 233 223 354
Decimal 155 147 236
Hex 9B 93 EC

RGB Percentages of Color #9b93ec

%28.81
%27.32
%43.87

CMYK Percentages of Color #9b93ec

%34
%38
%0
%7

Triadic Colors of #9b93ec

#9b93ec #ec9b93 #93ec9b

Analogous Colors of #9b93ec

#9b93ec #c893ec #93b8ec

Monochromatic Colors of #9b93ec

#9b93ec

Complementary Color

#9b93ec #e4ec93

#9b93ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b93ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b93ec Color CSS Codes

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

#9b93ec Text Font Color

<p style="color:#9b93ec">Text here</p>

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


#9b93ec Background Color

<div style="background-color:#9b93ec">
Div content here</div>

This div background color is #9b93ec


#9b93ec Border Color

<div style="border:3px solid #9b93ec">
Div here</div>

This div border color is #9b93ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b93ec


Comments

No comments written yet.

Please login to write comment.