Color Hex Logo

#862bee Color Hex

#862BEE
(134,43,238)
0 Favorites   0 Comments

Color spaces of #862bee

RGB 13443238
HSL0.740.850.55
HSV268°82°93°
CMYK 0.440.820.00   0.07
XYZ26.128012.969182.0151
Yxy12.96910.21570.1071
Hunter Lab36.012666.4838-109.8181
CIE-Lab42.716672.0177-80.7378

#862bee color RGB value is (134,43,238).

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

The process color (four color CMYK) of #862bee color hex is 0.44, 0.82, 0.00, 0.07. Web safe color of #862bee is #9933ff. Color #862bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101011 11101110
Octal 206 53 356
Decimal 134 43 238
Hex 86 2B EE

RGB Percentages of Color #862bee

%32.29
%10.36
%57.35

CMYK Percentages of Color #862bee

%44
%82
%0
%7

Triadic Colors of #862bee

#862bee #ee862b #2bee86

Analogous Colors of #862bee

#862bee #e82bee #2b32ee

Monochromatic Colors of #862bee

#862bee

Complementary Color

#862bee #93ee2b

#862bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#862bee Color CSS Codes

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

#862bee Text Font Color

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

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


#862bee Background Color

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

This div background color is #862bee


#862bee Border Color

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

This div border color is #862bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862bee


Comments

No comments written yet.

Please login to write comment.