Color Hex Logo

#862abf Color Hex

#862ABF
(134,42,191)
0 Favorites   0 Comments

Color spaces of #862abf

RGB 13442191
HSL0.770.640.46
HSV277°78°75°
CMYK 0.300.780.00   0.25
XYZ20.063510.485850.2567
Yxy10.48580.24830.1298
Hunter Lab32.381853.9291-69.3511
CIE-Lab38.700661.9312-60.2525

#862abf color RGB value is (134,42,191).

#862abf hex color red value is 134, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #862abf hue: 0.77 , saturation: 0.64 and the lightness value of 862abf is 0.46.

The process color (four color CMYK) of #862abf color hex is 0.30, 0.78, 0.00, 0.25. Web safe color of #862abf is #9933cc. Color #862abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101010 10111111
Octal 206 52 277
Decimal 134 42 191
Hex 86 2A BF

RGB Percentages of Color #862abf

%36.51
%11.44
%52.04

CMYK Percentages of Color #862abf

%30
%78
%0
%25

Triadic Colors of #862abf

#862abf #bf862a #2abf86

Analogous Colors of #862abf

#862abf #bf2aae #3b2abf

Monochromatic Colors of #862abf

#862abf

Complementary Color

#862abf #63bf2a

#862abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#862abf Color CSS Codes

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

#862abf Text Font Color

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

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


#862abf Background Color

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

This div background color is #862abf


#862abf Border Color

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

This div border color is #862abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862abf


Comments

No comments written yet.

Please login to write comment.