Color Hex Logo

#8a56be Color Hex

#8A56BE
(138,86,190)
0 Favorites   0 Comments

Color spaces of #8a56be

RGB 13886190
HSL0.750.440.54
HSV270°55°75°
CMYK 0.270.550.00   0.25
XYZ23.103315.776650.5427
Yxy15.77660.25840.1764
Hunter Lab39.719834.3163-47.6416
CIE-Lab46.680041.8710-46.7875

#8a56be color RGB value is (138,86,190).

#8a56be hex color red value is 138, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8a56be hue: 0.75 , saturation: 0.44 and the lightness value of 8a56be is 0.54.

The process color (four color CMYK) of #8a56be color hex is 0.27, 0.55, 0.00, 0.25. Web safe color of #8a56be is #9966cc. Color #8a56be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01010110 10111110
Octal 212 126 276
Decimal 138 86 190
Hex 8A 56 BE

RGB Percentages of Color #8a56be

%33.33
%20.77
%45.89

CMYK Percentages of Color #8a56be

%27
%55
%0
%25

Triadic Colors of #8a56be

#8a56be #be8a56 #56be8a

Analogous Colors of #8a56be

#8a56be #be56be #5656be

Monochromatic Colors of #8a56be

#8a56be

Complementary Color

#8a56be #8abe56

#8a56be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a56be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a56be Color CSS Codes

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

#8a56be Text Font Color

<p style="color:#8a56be">Text here</p>

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


#8a56be Background Color

<div style="background-color:#8a56be">
Div content here</div>

This div background color is #8a56be


#8a56be Border Color

<div style="border:3px solid #8a56be">
Div here</div>

This div border color is #8a56be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,86,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a56be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a56be;
  -webkit-box-shadow: 1px 1px 3px 2px #8a56be;
  box-shadow:         1px 1px 3px 2px #8a56be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,86,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a56be


Comments

No comments written yet.

Please login to write comment.