Color Hex Logo

#8b1ec4 Color Hex

#8B1EC4
(139,30,196)
2 Favorites   1 Comments

Color spaces of #8b1ec4

RGB 13930196
HSL0.780.730.44
HSV279°85°77°
CMYK 0.290.850.00   0.23
XYZ21.075510.403053.1217
Yxy10.40300.24910.1230
Hunter Lab32.253760.1932-75.0728
CIE-Lab38.556267.4771-63.3844

#8b1ec4 color RGB value is (139,30,196).

#8b1ec4 hex color red value is 139, green value is 30 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #8b1ec4 hue: 0.78 , saturation: 0.73 and the lightness value of 8b1ec4 is 0.44.

The process color (four color CMYK) of #8b1ec4 color hex is 0.29, 0.85, 0.00, 0.23. Web safe color of #8b1ec4 is #9933cc. Color #8b1ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00011110 11000100
Octal 213 36 304
Decimal 139 30 196
Hex 8B 1E C4

RGB Percentages of Color #8b1ec4

%38.08
%8.22
%53.70

CMYK Percentages of Color #8b1ec4

%29
%85
%0
%23

Triadic Colors of #8b1ec4

#8b1ec4 #c48b1e #1ec48b

Analogous Colors of #8b1ec4

#8b1ec4 #c41eaa #381ec4

Monochromatic Colors of #8b1ec4

#8b1ec4

Complementary Color

#8b1ec4 #57c41e

#8b1ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b1ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b1ec4 Color CSS Codes

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

#8b1ec4 Text Font Color

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

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


#8b1ec4 Background Color

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

This div background color is #8b1ec4


#8b1ec4 Border Color

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

This div border color is #8b1ec4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,30,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b1ec4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b1ec4;
  -webkit-box-shadow: 1px 1px 3px 2px #8b1ec4;
  box-shadow:         1px 1px 3px 2px #8b1ec4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,30,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b1ec4

#8b1ec4 Color Palettes


Comments

30 Sep 2021, 3:46 Lapispheonix

Looks Pretty nice

Please login to write comment.