Color Hex Logo

#862fae Color Hex

#862FAE
(134,47,174)
0 Favorites   0 Comments

Color spaces of #862fae

RGB 13447174
HSL0.780.570.43
HSV281°73°68°
CMYK 0.230.730.00   0.32
XYZ18.488010.157441.0305
Yxy10.15740.26530.1458
Hunter Lab31.870747.7732-54.0208
CIE-Lab38.123556.4128-51.1430

#862fae color RGB value is (134,47,174).

#862fae hex color red value is 134, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #862fae hue: 0.78 , saturation: 0.57 and the lightness value of 862fae is 0.43.

The process color (four color CMYK) of #862fae color hex is 0.23, 0.73, 0.00, 0.32. Web safe color of #862fae is #993399. Color #862fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101111 10101110
Octal 206 57 256
Decimal 134 47 174
Hex 86 2F AE

RGB Percentages of Color #862fae

%37.75
%13.24
%49.01

CMYK Percentages of Color #862fae

%23
%73
%0
%32

Triadic Colors of #862fae

#862fae #ae862f #2fae86

Analogous Colors of #862fae

#862fae #ae2f97 #462fae

Monochromatic Colors of #862fae

#862fae

Complementary Color

#862fae #57ae2f

#862fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#862fae Color CSS Codes

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

#862fae Text Font Color

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

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


#862fae Background Color

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

This div background color is #862fae


#862fae Border Color

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

This div border color is #862fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862fae


Comments

No comments written yet.

Please login to write comment.