Color Hex Logo

#8a2ebf Color Hex

#8A2EBF
(138,46,191)
0 Favorites   0 Comments

Color spaces of #8a2ebf

RGB 13846191
HSL0.770.610.46
HSV278°76°75°
CMYK 0.280.760.00   0.25
XYZ20.862211.118950.3368
Yxy11.11890.25340.1351
Hunter Lab33.345053.3242-66.1612
CIE-Lab39.780061.1776-58.4735

#8a2ebf color RGB value is (138,46,191).

#8a2ebf hex color red value is 138, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8a2ebf hue: 0.77 , saturation: 0.61 and the lightness value of 8a2ebf is 0.46.

The process color (four color CMYK) of #8a2ebf color hex is 0.28, 0.76, 0.00, 0.25. Web safe color of #8a2ebf is #9933cc. Color #8a2ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00101110 10111111
Octal 212 56 277
Decimal 138 46 191
Hex 8A 2E BF

RGB Percentages of Color #8a2ebf

%36.80
%12.27
%50.93

CMYK Percentages of Color #8a2ebf

%28
%76
%0
%25

Triadic Colors of #8a2ebf

#8a2ebf #bf8a2e #2ebf8a

Analogous Colors of #8a2ebf

#8a2ebf #bf2eac #422ebf

Monochromatic Colors of #8a2ebf

#8a2ebf

Complementary Color

#8a2ebf #63bf2e

#8a2ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a2ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a2ebf Color CSS Codes

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

#8a2ebf Text Font Color

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

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


#8a2ebf Background Color

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

This div background color is #8a2ebf


#8a2ebf Border Color

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

This div border color is #8a2ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a2ebf


Comments

No comments written yet.

Please login to write comment.