Color Hex Logo

#9e67fb Color Hex

#9E67FB
(158,103,251)
0 Favorites   0 Comments

Color spaces of #9e67fb

RGB 158103251
HSL0.730.950.69
HSV262°59°98°
CMYK 0.370.590.00   0.02
XYZ36.363423.934693.9701
Yxy23.93460.23570.1551
Hunter Lab48.923047.0599-79.6367
CIE-Lab56.022352.5359-66.2411

#9e67fb color RGB value is (158,103,251).

#9e67fb hex color red value is 158, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9e67fb hue: 0.73 , saturation: 0.95 and the lightness value of 9e67fb is 0.69.

The process color (four color CMYK) of #9e67fb color hex is 0.37, 0.59, 0.00, 0.02. Web safe color of #9e67fb is #9966ff. Color #9e67fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100111 11111011
Octal 236 147 373
Decimal 158 103 251
Hex 9E 67 FB

RGB Percentages of Color #9e67fb

%30.86
%20.12
%49.02

CMYK Percentages of Color #9e67fb

%37
%59
%0
%2

Triadic Colors of #9e67fb

#9e67fb #fb9e67 #67fb9e

Analogous Colors of #9e67fb

#9e67fb #e867fb #677afb

Monochromatic Colors of #9e67fb

#9e67fb

Complementary Color

#9e67fb #c4fb67

#9e67fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e67fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e67fb Color CSS Codes

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

#9e67fb Text Font Color

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

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


#9e67fb Background Color

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

This div background color is #9e67fb


#9e67fb Border Color

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

This div border color is #9e67fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,103,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e67fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e67fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9e67fb;
  box-shadow:         1px 1px 3px 2px #9e67fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e67fb


Comments

No comments written yet.

Please login to write comment.