Color Hex Logo

#8628bb Color Hex

#8628BB
(134,40,187)
0 Favorites   0 Comments

Color spaces of #8628bb

RGB 13440187
HSL0.770.650.45
HSV278°79°73°
CMYK 0.280.790.00   0.27
XYZ19.559910.173847.9465
Yxy10.17380.25180.1310
Hunter Lab31.896453.6433-66.7970
CIE-Lab38.152661.7813-58.7918

#8628bb color RGB value is (134,40,187).

#8628bb hex color red value is 134, green value is 40 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8628bb hue: 0.77 , saturation: 0.65 and the lightness value of 8628bb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101000 10111011
Octal 206 50 273
Decimal 134 40 187
Hex 86 28 BB

RGB Percentages of Color #8628bb

%37.12
%11.08
%51.80

CMYK Percentages of Color #8628bb

%28
%79
%0
%27

Triadic Colors of #8628bb

#8628bb #bb8628 #28bb86

Analogous Colors of #8628bb

#8628bb #bb28a7 #3c28bb

Monochromatic Colors of #8628bb

#8628bb

Complementary Color

#8628bb #5dbb28

#8628bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8628bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8628bb Color CSS Codes

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

#8628bb Text Font Color

<p style="color:#8628bb">Text here</p>

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


#8628bb Background Color

<div style="background-color:#8628bb">
Div content here</div>

This div background color is #8628bb


#8628bb Border Color

<div style="border:3px solid #8628bb">
Div here</div>

This div border color is #8628bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,40,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 #8628bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8628bb


Comments

No comments written yet.

Please login to write comment.