Color Hex Logo

#862cdb Color Hex

#862CDB
(134,44,219)
0 Favorites   0 Comments

Color spaces of #862cdb

RGB 13444219
HSL0.750.710.52
HSV271°80°86°
CMYK 0.390.800.00   0.14
XYZ23.518411.984268.0915
Yxy11.98420.22700.1157
Hunter Lab34.618260.6848-92.3864
CIE-Lab41.191067.3884-72.4256

#862cdb color RGB value is (134,44,219).

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

The process color (four color CMYK) of #862cdb color hex is 0.39, 0.80, 0.00, 0.14. Web safe color of #862cdb is #9933cc. Color #862cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101100 11011011
Octal 206 54 333
Decimal 134 44 219
Hex 86 2C DB

RGB Percentages of Color #862cdb

%33.75
%11.08
%55.16

CMYK Percentages of Color #862cdb

%39
%80
%0
%14

Triadic Colors of #862cdb

#862cdb #db862c #2cdb86

Analogous Colors of #862cdb

#862cdb #db2cd9 #2f2cdb

Monochromatic Colors of #862cdb

#862cdb

Complementary Color

#862cdb #81db2c

#862cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#862cdb Color CSS Codes

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

#862cdb Text Font Color

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

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


#862cdb Background Color

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

This div background color is #862cdb


#862cdb Border Color

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

This div border color is #862cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862cdb


Comments

No comments written yet.

Please login to write comment.