Color Hex Logo

#8b65fb Color Hex

#8B65FB
(139,101,251)
0 Favorites   0 Comments

Color spaces of #8b65fb

RGB 139101251
HSL0.710.950.69
HSV255°60°98°
CMYK 0.450.600.00   0.02
XYZ32.713721.761493.7429
Yxy21.76140.22070.1468
Hunter Lab46.649143.5410-86.4908
CIE-Lab53.772949.6570-69.9656

#8b65fb color RGB value is (139,101,251).

#8b65fb hex color red value is 139, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8b65fb hue: 0.71 , saturation: 0.95 and the lightness value of 8b65fb is 0.69.

The process color (four color CMYK) of #8b65fb color hex is 0.45, 0.60, 0.00, 0.02. Web safe color of #8b65fb is #9966ff. Color #8b65fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100101 11111011
Octal 213 145 373
Decimal 139 101 251
Hex 8B 65 FB

RGB Percentages of Color #8b65fb

%28.31
%20.57
%51.12

CMYK Percentages of Color #8b65fb

%45
%60
%0
%2

Triadic Colors of #8b65fb

#8b65fb #fb8b65 #65fb8b

Analogous Colors of #8b65fb

#8b65fb #d665fb #658afb

Monochromatic Colors of #8b65fb

#8b65fb

Complementary Color

#8b65fb #d5fb65

#8b65fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b65fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b65fb Color CSS Codes

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

#8b65fb Text Font Color

<p style="color:#8b65fb">Text here</p>

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


#8b65fb Background Color

<div style="background-color:#8b65fb">
Div content here</div>

This div background color is #8b65fb


#8b65fb Border Color

<div style="border:3px solid #8b65fb">
Div here</div>

This div border color is #8b65fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,101,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b65fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b65fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8b65fb;
  box-shadow:         1px 1px 3px 2px #8b65fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,101,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 #8b65fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b65fb


Comments

No comments written yet.

Please login to write comment.