Color Hex Logo

#9b86ea Color Hex

#9B86EA
(155,134,234)
0 Favorites   0 Comments

Color spaces of #9b86ea

RGB 155134234
HSL0.700.700.72
HSV253°43°92°
CMYK 0.340.430.00   0.08
XYZ36.893929.959381.6801
Yxy29.95930.24840.2017
Hunter Lab54.735124.5306-50.1627
CIE-Lab61.619130.1682-47.8993

#9b86ea color RGB value is (155,134,234).

#9b86ea hex color red value is 155, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9b86ea hue: 0.70 , saturation: 0.70 and the lightness value of 9b86ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000110 11101010
Octal 233 206 352
Decimal 155 134 234
Hex 9B 86 EA

RGB Percentages of Color #9b86ea

%29.64
%25.62
%44.74

CMYK Percentages of Color #9b86ea

%34
%43
%0
%8

Triadic Colors of #9b86ea

#9b86ea #ea9b86 #86ea9b

Analogous Colors of #9b86ea

#9b86ea #cd86ea #86a3ea

Monochromatic Colors of #9b86ea

#9b86ea

Complementary Color

#9b86ea #d5ea86

#9b86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b86ea Color CSS Codes

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

#9b86ea Text Font Color

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

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


#9b86ea Background Color

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

This div background color is #9b86ea


#9b86ea Border Color

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

This div border color is #9b86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b86ea


Comments

No comments written yet.

Please login to write comment.