Color Hex Logo

#864beb Color Hex

#864BEB
(134,75,235)
0 Favorites   0 Comments

Color spaces of #864beb

RGB 13475235
HSL0.730.800.61
HSV262°68°92°
CMYK 0.430.680.00   0.08
XYZ27.343016.098680.2635
Yxy16.09860.22100.1301
Hunter Lab40.123151.4285-90.5195
CIE-Lab47.103658.0717-71.8693

#864beb color RGB value is (134,75,235).

#864beb hex color red value is 134, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #864beb hue: 0.73 , saturation: 0.80 and the lightness value of 864beb is 0.61.

The process color (four color CMYK) of #864beb color hex is 0.43, 0.68, 0.00, 0.08. Web safe color of #864beb is #9933ff. Color #864beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001011 11101011
Octal 206 113 353
Decimal 134 75 235
Hex 86 4B EB

RGB Percentages of Color #864beb

%30.18
%16.89
%52.93

CMYK Percentages of Color #864beb

%43
%68
%0
%8

Triadic Colors of #864beb

#864beb #eb864b #4beb86

Analogous Colors of #864beb

#864beb #d64beb #4b60eb

Monochromatic Colors of #864beb

#864beb

Complementary Color

#864beb #b0eb4b

#864beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#864beb Color CSS Codes

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

#864beb Text Font Color

<p style="color:#864beb">Text here</p>

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


#864beb Background Color

<div style="background-color:#864beb">
Div content here</div>

This div background color is #864beb


#864beb Border Color

<div style="border:3px solid #864beb">
Div here</div>

This div border color is #864beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864beb


Comments

No comments written yet.

Please login to write comment.