Color Hex Logo

#862ceb Color Hex

#862CEB
(134,44,235)
0 Favorites   0 Comments

Color spaces of #862ceb

RGB 13444235
HSL0.750.830.55
HSV268°81°92°
CMYK 0.430.810.00   0.08
XYZ25.727612.867979.7250
Yxy12.86790.21740.1088
Hunter Lab35.871965.2460-106.6614
CIE-Lab42.563571.0085-79.2920

#862ceb color RGB value is (134,44,235).

#862ceb hex color red value is 134, green value is 44 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #862ceb hue: 0.75 , saturation: 0.83 and the lightness value of 862ceb is 0.55.

The process color (four color CMYK) of #862ceb color hex is 0.43, 0.81, 0.00, 0.08. Web safe color of #862ceb is #9933ff. Color #862ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101100 11101011
Octal 206 54 353
Decimal 134 44 235
Hex 86 2C EB

RGB Percentages of Color #862ceb

%32.45
%10.65
%56.90

CMYK Percentages of Color #862ceb

%43
%81
%0
%8

Triadic Colors of #862ceb

#862ceb #eb862c #2ceb86

Analogous Colors of #862ceb

#862ceb #e62ceb #2c31eb

Monochromatic Colors of #862ceb

#862ceb

Complementary Color

#862ceb #91eb2c

#862ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#862ceb Color CSS Codes

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

#862ceb Text Font Color

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

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


#862ceb Background Color

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

This div background color is #862ceb


#862ceb Border Color

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

This div border color is #862ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862ceb


Comments

No comments written yet.

Please login to write comment.