Color Hex Logo

#861cbc Color Hex

#861CBC
(134,28,188)
0 Favorites   0 Comments

Color spaces of #861cbc

RGB 13428188
HSL0.780.740.42
HSV280°85°74°
CMYK 0.290.850.00   0.26
XYZ19.32399.529748.3979
Yxy9.52970.25010.1234
Hunter Lab30.870257.7132-71.3449
CIE-Lab36.984865.6229-61.2812

#861cbc color RGB value is (134,28,188).

#861cbc hex color red value is 134, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #861cbc hue: 0.78 , saturation: 0.74 and the lightness value of 861cbc is 0.42.

The process color (four color CMYK) of #861cbc color hex is 0.29, 0.85, 0.00, 0.26. Web safe color of #861cbc is #9933cc. Color #861cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011100 10111100
Octal 206 34 274
Decimal 134 28 188
Hex 86 1C BC

RGB Percentages of Color #861cbc

%38.29
%8.00
%53.71

CMYK Percentages of Color #861cbc

%29
%85
%0
%26

Triadic Colors of #861cbc

#861cbc #bc861c #1cbc86

Analogous Colors of #861cbc

#861cbc #bc1ca2 #361cbc

Monochromatic Colors of #861cbc

#861cbc

Complementary Color

#861cbc #52bc1c

#861cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#861cbc Color CSS Codes

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

#861cbc Text Font Color

<p style="color:#861cbc">Text here</p>

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


#861cbc Background Color

<div style="background-color:#861cbc">
Div content here</div>

This div background color is #861cbc


#861cbc Border Color

<div style="border:3px solid #861cbc">
Div here</div>

This div border color is #861cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,28,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #861cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #861cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #861cbc;
  box-shadow:         1px 1px 3px 2px #861cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861cbc


Comments

No comments written yet.

Please login to write comment.