Color Hex Logo

#864bbe Color Hex

#864BBE
(134,75,190)
0 Favorites   0 Comments

Color spaces of #864bbe

RGB 13475190
HSL0.750.470.52
HSV271°61°75°
CMYK 0.290.610.00   0.25
XYZ21.641913.818250.2417
Yxy13.81820.25250.1612
Hunter Lab37.172838.8696-54.1136
CIE-Lab43.971146.8243-51.1501

#864bbe color RGB value is (134,75,190).

#864bbe hex color red value is 134, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #864bbe hue: 0.75 , saturation: 0.47 and the lightness value of 864bbe is 0.52.

The process color (four color CMYK) of #864bbe color hex is 0.29, 0.61, 0.00, 0.25. Web safe color of #864bbe is #9933cc. Color #864bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001011 10111110
Octal 206 113 276
Decimal 134 75 190
Hex 86 4B BE

RGB Percentages of Color #864bbe

%33.58
%18.80
%47.62

CMYK Percentages of Color #864bbe

%29
%61
%0
%25

Triadic Colors of #864bbe

#864bbe #be864b #4bbe86

Analogous Colors of #864bbe

#864bbe #be4bbd #4c4bbe

Monochromatic Colors of #864bbe

#864bbe

Complementary Color

#864bbe #83be4b

#864bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#864bbe Color CSS Codes

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

#864bbe Text Font Color

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

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


#864bbe Background Color

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

This div background color is #864bbe


#864bbe Border Color

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

This div border color is #864bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,75,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #864bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864bbe


Comments

No comments written yet.

Please login to write comment.