Color Hex Logo

#8a1dda Color Hex

#8A1DDA
(138,29,218)
0 Favorites   0 Comments

Color spaces of #8a1dda

RGB 13829218
HSL0.760.770.48
HSV275°87°85°
CMYK 0.370.870.00   0.15
XYZ23.575511.344067.2767
Yxy11.34400.23070.1110
Hunter Lab33.680966.0027-94.8538
CIE-Lab40.153972.1124-73.5287

#8a1dda color RGB value is (138,29,218).

#8a1dda hex color red value is 138, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8a1dda hue: 0.76 , saturation: 0.77 and the lightness value of 8a1dda is 0.48.

The process color (four color CMYK) of #8a1dda color hex is 0.37, 0.87, 0.00, 0.15. Web safe color of #8a1dda is #9933cc. Color #8a1dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011101 11011010
Octal 212 35 332
Decimal 138 29 218
Hex 8A 1D DA

RGB Percentages of Color #8a1dda

%35.84
%7.53
%56.62

CMYK Percentages of Color #8a1dda

%37
%87
%0
%15

Triadic Colors of #8a1dda

#8a1dda #da8a1d #1dda8a

Analogous Colors of #8a1dda

#8a1dda #da1dcc #2c1dda

Monochromatic Colors of #8a1dda

#8a1dda

Complementary Color

#8a1dda #6dda1d

#8a1dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1dda Color CSS Codes

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

#8a1dda Text Font Color

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

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


#8a1dda Background Color

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

This div background color is #8a1dda


#8a1dda Border Color

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

This div border color is #8a1dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1dda


Comments

No comments written yet.

Please login to write comment.