Color Hex Logo

#8653fb Color Hex

#8653FB
(134,83,251)
0 Favorites   0 Comments

Color spaces of #8653fb

RGB 13483251
HSL0.720.950.65
HSV258°67°98°
CMYK 0.470.670.00   0.02
XYZ30.337418.219993.1846
Yxy18.21990.21400.1285
Hunter Lab42.684852.1672-99.5559
CIE-Lab49.761758.2481-76.5030

#8653fb color RGB value is (134,83,251).

#8653fb hex color red value is 134, green value is 83 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8653fb hue: 0.72 , saturation: 0.95 and the lightness value of 8653fb is 0.65.

The process color (four color CMYK) of #8653fb color hex is 0.47, 0.67, 0.00, 0.02. Web safe color of #8653fb is #9966ff. Color #8653fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010011 11111011
Octal 206 123 373
Decimal 134 83 251
Hex 86 53 FB

RGB Percentages of Color #8653fb

%28.63
%17.74
%53.63

CMYK Percentages of Color #8653fb

%47
%67
%0
%2

Triadic Colors of #8653fb

#8653fb #fb8653 #53fb86

Analogous Colors of #8653fb

#8653fb #da53fb #5374fb

Monochromatic Colors of #8653fb

#8653fb

Complementary Color

#8653fb #c8fb53

#8653fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8653fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8653fb Color CSS Codes

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

#8653fb Text Font Color

<p style="color:#8653fb">Text here</p>

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


#8653fb Background Color

<div style="background-color:#8653fb">
Div content here</div>

This div background color is #8653fb


#8653fb Border Color

<div style="border:3px solid #8653fb">
Div here</div>

This div border color is #8653fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,83,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8653fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8653fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8653fb;
  box-shadow:         1px 1px 3px 2px #8653fb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8653fb

Related Colors


Comments

No comments written yet.

Please login to write comment.