Color Hex Logo

#864fae Color Hex

#864FAE
(134,79,174)
0 Favorites   0 Comments

Color spaces of #864fae

RGB 13479174
HSL0.760.380.50
HSV275°55°68°
CMYK 0.230.550.00   0.32
XYZ20.267513.716341.6237
Yxy13.71630.26810.1814
Hunter Lab37.035532.8710-40.7103
CIE-Lab43.823340.8561-42.0086

#864fae color RGB value is (134,79,174).

#864fae hex color red value is 134, green value is 79 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #864fae hue: 0.76 , saturation: 0.38 and the lightness value of 864fae is 0.50.

The process color (four color CMYK) of #864fae color hex is 0.23, 0.55, 0.00, 0.32. Web safe color of #864fae is #996699. Color #864fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001111 10101110
Octal 206 117 256
Decimal 134 79 174
Hex 86 4F AE

RGB Percentages of Color #864fae

%34.63
%20.41
%44.96

CMYK Percentages of Color #864fae

%23
%55
%0
%32

Triadic Colors of #864fae

#864fae #ae864f #4fae86

Analogous Colors of #864fae

#864fae #ae4fa7 #574fae

Monochromatic Colors of #864fae

#864fae

Complementary Color

#864fae #77ae4f

#864fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#864fae Color CSS Codes

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

#864fae Text Font Color

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

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


#864fae Background Color

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

This div background color is #864fae


#864fae Border Color

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

This div border color is #864fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864fae


Comments

No comments written yet.

Please login to write comment.