Color Hex Logo

#9767eb Color Hex

#9767EB
(151,103,235)
0 Favorites   0 Comments

Color spaces of #9767eb

RGB 151103235
HSL0.730.770.66
HSV262°56°92°
CMYK 0.360.560.00   0.08
XYZ32.608122.278081.1787
Yxy22.27800.23970.1637
Hunter Lab47.199640.7185-68.9334
CIE-Lab54.320746.9184-60.1100

#9767eb color RGB value is (151,103,235).

#9767eb hex color red value is 151, green value is 103 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9767eb hue: 0.73 , saturation: 0.77 and the lightness value of 9767eb is 0.66.

The process color (four color CMYK) of #9767eb color hex is 0.36, 0.56, 0.00, 0.08. Web safe color of #9767eb is #9966ff. Color #9767eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100111 11101011
Octal 227 147 353
Decimal 151 103 235
Hex 97 67 EB

RGB Percentages of Color #9767eb

%30.88
%21.06
%48.06

CMYK Percentages of Color #9767eb

%36
%56
%0
%8

Triadic Colors of #9767eb

#9767eb #eb9767 #67eb97

Analogous Colors of #9767eb

#9767eb #d967eb #6779eb

Monochromatic Colors of #9767eb

#9767eb

Complementary Color

#9767eb #bbeb67

#9767eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9767eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9767eb Color CSS Codes

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

#9767eb Text Font Color

<p style="color:#9767eb">Text here</p>

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


#9767eb Background Color

<div style="background-color:#9767eb">
Div content here</div>

This div background color is #9767eb


#9767eb Border Color

<div style="border:3px solid #9767eb">
Div here</div>

This div border color is #9767eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,103,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9767eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9767eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9767eb;
  box-shadow:         1px 1px 3px 2px #9767eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,103,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9767eb


Comments

No comments written yet.

Please login to write comment.