Color Hex Logo

#865aeb Color Hex

#865AEB
(134,90,235)
0 Favorites   0 Comments

Color spaces of #865aeb

RGB 13490235
HSL0.720.780.64
HSV258°62°92°
CMYK 0.430.620.00   0.08
XYZ28.483118.378880.6435
Yxy18.37880.22340.1441
Hunter Lab42.870543.5718-81.5208
CIE-Lab49.952450.3177-67.2423

#865aeb color RGB value is (134,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011010 11101011
Octal 206 132 353
Decimal 134 90 235
Hex 86 5A EB

RGB Percentages of Color #865aeb

%29.19
%19.61
%51.20

CMYK Percentages of Color #865aeb

%43
%62
%0
%8

Triadic Colors of #865aeb

#865aeb #eb865a #5aeb86

Analogous Colors of #865aeb

#865aeb #cf5aeb #5a77eb

Monochromatic Colors of #865aeb

#865aeb

Complementary Color

#865aeb #bfeb5a

#865aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#865aeb Color CSS Codes

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

#865aeb Text Font Color

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

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


#865aeb Background Color

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

This div background color is #865aeb


#865aeb Border Color

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

This div border color is #865aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865aeb


Comments

No comments written yet.

Please login to write comment.