Color Hex Logo

#861cbb Color Hex

#861CBB
(134,28,187)
0 Favorites   0 Comments

Color spaces of #861cbb

RGB 13428187
HSL0.780.740.42
HSV280°85°73°
CMYK 0.280.850.00   0.27
XYZ19.21649.486747.8320
Yxy9.48670.25110.1240
Hunter Lab30.800557.4652-70.5148
CIE-Lab36.905065.4207-60.8216

#861cbb color RGB value is (134,28,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011100 10111011
Octal 206 34 273
Decimal 134 28 187
Hex 86 1C BB

RGB Percentages of Color #861cbb

%38.40
%8.02
%53.58

CMYK Percentages of Color #861cbb

%28
%85
%0
%27

Triadic Colors of #861cbb

#861cbb #bb861c #1cbb86

Analogous Colors of #861cbb

#861cbb #bb1ca1 #371cbb

Monochromatic Colors of #861cbb

#861cbb

Complementary Color

#861cbb #51bb1c

#861cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#861cbb Color CSS Codes

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

#861cbb Text Font Color

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

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


#861cbb Background Color

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

This div background color is #861cbb


#861cbb Border Color

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

This div border color is #861cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861cbb


Comments

No comments written yet.

Please login to write comment.