Color Hex Logo

#865bea Color Hex

#865BEA
(134,91,234)
0 Favorites   0 Comments

Color spaces of #865bea

RGB 13491234
HSL0.720.770.64
HSV258°61°92°
CMYK 0.430.610.00   0.08
XYZ28.423918.491079.9129
Yxy18.49100.22410.1458
Hunter Lab43.001242.7370-80.0831
CIE-Lab50.086349.5084-66.4632

#865bea color RGB value is (134,91,234).

#865bea hex color red value is 134, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #865bea hue: 0.72 , saturation: 0.77 and the lightness value of 865bea is 0.64.

The process color (four color CMYK) of #865bea color hex is 0.43, 0.61, 0.00, 0.08. Web safe color of #865bea is #9966ff. Color #865bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011011 11101010
Octal 206 133 352
Decimal 134 91 234
Hex 86 5B EA

RGB Percentages of Color #865bea

%29.19
%19.83
%50.98

CMYK Percentages of Color #865bea

%43
%61
%0
%8

Triadic Colors of #865bea

#865bea #ea865b #5bea86

Analogous Colors of #865bea

#865bea #ce5bea #5b78ea

Monochromatic Colors of #865bea

#865bea

Complementary Color

#865bea #bfea5b

#865bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#865bea Color CSS Codes

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

#865bea Text Font Color

<p style="color:#865bea">Text here</p>

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


#865bea Background Color

<div style="background-color:#865bea">
Div content here</div>

This div background color is #865bea


#865bea Border Color

<div style="border:3px solid #865bea">
Div here</div>

This div border color is #865bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865bea


Comments

No comments written yet.

Please login to write comment.