Color Hex Logo

#8726bb Color Hex

#8726BB
(135,38,187)
0 Favorites   0 Comments

Color spaces of #8726bb

RGB 13538187
HSL0.780.660.44
HSV279°80°73°
CMYK 0.280.800.00   0.27
XYZ19.654410.125047.9321
Yxy10.12500.25290.1303
Hunter Lab31.819854.5709-67.0383
CIE-Lab38.065862.6297-58.9261

#8726bb color RGB value is (135,38,187).

#8726bb hex color red value is 135, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8726bb hue: 0.78 , saturation: 0.66 and the lightness value of 8726bb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100110 10111011
Octal 207 46 273
Decimal 135 38 187
Hex 87 26 BB

RGB Percentages of Color #8726bb

%37.50
%10.56
%51.94

CMYK Percentages of Color #8726bb

%28
%80
%0
%27

Triadic Colors of #8726bb

#8726bb #bb8726 #26bb87

Analogous Colors of #8726bb

#8726bb #bb26a5 #3d26bb

Monochromatic Colors of #8726bb

#8726bb

Complementary Color

#8726bb #5abb26

#8726bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8726bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8726bb Color CSS Codes

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

#8726bb Text Font Color

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

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


#8726bb Background Color

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

This div background color is #8726bb


#8726bb Border Color

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

This div border color is #8726bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8726bb


Comments

No comments written yet.

Please login to write comment.