Color Hex Logo

#862b93 Color Hex

#862B93
(134,43,147)
0 Favorites   0 Comments

Color spaces of #862b93

RGB 13443147
HSL0.810.550.37
HSV293°71°58°
CMYK 0.090.710.00   0.42
XYZ15.96198.902728.4809
Yxy8.90270.29920.1669
Hunter Lab29.837443.2755-35.7083
CIE-Lab35.796352.5981-38.6031

#862b93 color RGB value is (134,43,147).

#862b93 hex color red value is 134, green value is 43 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #862b93 hue: 0.81 , saturation: 0.55 and the lightness value of 862b93 is 0.37.

The process color (four color CMYK) of #862b93 color hex is 0.09, 0.71, 0.00, 0.42. Web safe color of #862b93 is #993399. Color #862b93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101011 10010011
Octal 206 53 223
Decimal 134 43 147
Hex 86 2B 93

RGB Percentages of Color #862b93

%41.36
%13.27
%45.37

CMYK Percentages of Color #862b93

%9
%71
%0
%42

Triadic Colors of #862b93

#862b93 #93862b #2b9386

Analogous Colors of #862b93

#862b93 #932b6c #522b93

Monochromatic Colors of #862b93

#862b93

Complementary Color

#862b93 #38932b

#862b93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862b93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862b93 Color CSS Codes

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

#862b93 Text Font Color

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

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


#862b93 Background Color

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

This div background color is #862b93


#862b93 Border Color

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

This div border color is #862b93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862b93


Comments

No comments written yet.

Please login to write comment.