Color Hex Logo

#8a1dff Color Hex

#8A1DFF
(138,29,255)
0 Favorites   0 Comments

Color spaces of #8a1dff

RGB 13829255
HSL0.751.000.56
HSV269°89°100°
CMYK 0.460.890.00   0.00
XYZ28.970613.502095.6870
Yxy13.50200.20970.0977
Hunter Lab36.745176.4294-128.6742
CIE-Lab43.510179.9842-88.9664

#8a1dff color RGB value is (138,29,255).

#8a1dff hex color red value is 138, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8a1dff hue: 0.75 , saturation: 1.00 and the lightness value of 8a1dff is 0.56.

The process color (four color CMYK) of #8a1dff color hex is 0.46, 0.89, 0.00, 0.00. Web safe color of #8a1dff is #9933ff. Color #8a1dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011101 11111111
Octal 212 35 377
Decimal 138 29 255
Hex 8A 1D FF

RGB Percentages of Color #8a1dff

%32.70
%6.87
%60.43

CMYK Percentages of Color #8a1dff

%46
%89
%0
%0

Triadic Colors of #8a1dff

#8a1dff #ff8a1d #1dff8a

Analogous Colors of #8a1dff

#8a1dff #fb1dff #1d21ff

Monochromatic Colors of #8a1dff

#8a1dff

Complementary Color

#8a1dff #92ff1d

#8a1dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1dff Color CSS Codes

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

#8a1dff Text Font Color

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

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


#8a1dff Background Color

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

This div background color is #8a1dff


#8a1dff Border Color

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

This div border color is #8a1dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1dff


Comments

No comments written yet.

Please login to write comment.