Color Hex Logo

#8a1dbd Color Hex

#8A1DBD
(138,29,189)
0 Favorites   0 Comments

Color spaces of #8a1dbd

RGB 13829189
HSL0.780.730.43
HSV281°85°74°
CMYK 0.270.850.00   0.26
XYZ20.10599.956149.0061
Yxy9.95610.25430.1259
Hunter Lab31.553358.5228-69.9973
CIE-Lab37.763566.1798-60.5753

#8a1dbd color RGB value is (138,29,189).

#8a1dbd hex color red value is 138, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8a1dbd hue: 0.78 , saturation: 0.73 and the lightness value of 8a1dbd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011101 10111101
Octal 212 35 275
Decimal 138 29 189
Hex 8A 1D BD

RGB Percentages of Color #8a1dbd

%38.76
%8.15
%53.09

CMYK Percentages of Color #8a1dbd

%27
%85
%0
%26

Triadic Colors of #8a1dbd

#8a1dbd #bd8a1d #1dbd8a

Analogous Colors of #8a1dbd

#8a1dbd #bd1da0 #3a1dbd

Monochromatic Colors of #8a1dbd

#8a1dbd

Complementary Color

#8a1dbd #50bd1d

#8a1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1dbd Color CSS Codes

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

#8a1dbd Text Font Color

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

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


#8a1dbd Background Color

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

This div background color is #8a1dbd


#8a1dbd Border Color

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

This div border color is #8a1dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1dbd


Comments

No comments written yet.

Please login to write comment.