Color Hex Logo

#8d28ba Color Hex

#8D28BA
(141,40,186)
0 Favorites   0 Comments

Color spaces of #8d28ba

RGB 14140186
HSL0.780.650.44
HSV282°78°73°
CMYK 0.240.780.00   0.27
XYZ20.606210.725547.4385
Yxy10.72550.26160.1362
Hunter Lab32.749855.0001-62.9574
CIE-Lab39.114262.8086-56.5944

#8d28ba color RGB value is (141,40,186).

#8d28ba hex color red value is 141, green value is 40 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8d28ba hue: 0.78 , saturation: 0.65 and the lightness value of 8d28ba is 0.44.

The process color (four color CMYK) of #8d28ba color hex is 0.24, 0.78, 0.00, 0.27. Web safe color of #8d28ba is #9933cc. Color #8d28ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101000 10111010
Octal 215 50 272
Decimal 141 40 186
Hex 8D 28 BA

RGB Percentages of Color #8d28ba

%38.42
%10.90
%50.68

CMYK Percentages of Color #8d28ba

%24
%78
%0
%27

Triadic Colors of #8d28ba

#8d28ba #ba8d28 #28ba8d

Analogous Colors of #8d28ba

#8d28ba #ba289e #4428ba

Monochromatic Colors of #8d28ba

#8d28ba

Complementary Color

#8d28ba #55ba28

#8d28ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d28ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d28ba Color CSS Codes

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

#8d28ba Text Font Color

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

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


#8d28ba Background Color

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

This div background color is #8d28ba


#8d28ba Border Color

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

This div border color is #8d28ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,40,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d28ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d28ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8d28ba;
  box-shadow:         1px 1px 3px 2px #8d28ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,40,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d28ba


Comments

No comments written yet.

Please login to write comment.