Color Hex Logo

#862bab Color Hex

#862BAB
(134,43,171)
0 Favorites   0 Comments

Color spaces of #862bab

RGB 13443171
HSL0.790.600.42
HSV283°75°67°
CMYK 0.220.750.00   0.33
XYZ18.04619.736439.4562
Yxy9.73640.26840.1448
Hunter Lab31.203248.6283-53.1295
CIE-Lab37.365157.3547-50.5788

#862bab color RGB value is (134,43,171).

#862bab hex color red value is 134, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #862bab hue: 0.79 , saturation: 0.60 and the lightness value of 862bab is 0.42.

The process color (four color CMYK) of #862bab color hex is 0.22, 0.75, 0.00, 0.33. Web safe color of #862bab is #993399. Color #862bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101011 10101011
Octal 206 53 253
Decimal 134 43 171
Hex 86 2B AB

RGB Percentages of Color #862bab

%38.51
%12.36
%49.14

CMYK Percentages of Color #862bab

%22
%75
%0
%33

Triadic Colors of #862bab

#862bab #ab862b #2bab86

Analogous Colors of #862bab

#862bab #ab2b90 #462bab

Monochromatic Colors of #862bab

#862bab

Complementary Color

#862bab #50ab2b

#862bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#862bab Color CSS Codes

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

#862bab Text Font Color

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

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


#862bab Background Color

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

This div background color is #862bab


#862bab Border Color

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

This div border color is #862bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862bab


Comments

No comments written yet.

Please login to write comment.