Color Hex Logo

#8148ed Color Hex

#8148ED
(129,72,237)
0 Favorites   0 Comments

Color spaces of #8148ed

RGB 12972237
HSL0.720.820.61
HSV261°70°93°
CMYK 0.460.700.00   0.07
XYZ26.656715.416381.6914
Yxy15.41630.21540.1246
Hunter Lab39.263652.4753-95.8736
CIE-Lab46.199259.1850-74.4937

#8148ed color RGB value is (129,72,237).

#8148ed hex color red value is 129, green value is 72 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8148ed hue: 0.72 , saturation: 0.82 and the lightness value of 8148ed is 0.61.

The process color (four color CMYK) of #8148ed color hex is 0.46, 0.70, 0.00, 0.07. Web safe color of #8148ed is #9933ff. Color #8148ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001000 11101101
Octal 201 110 355
Decimal 129 72 237
Hex 81 48 ED

RGB Percentages of Color #8148ed

%29.45
%16.44
%54.11

CMYK Percentages of Color #8148ed

%46
%70
%0
%7

Triadic Colors of #8148ed

#8148ed #ed8148 #48ed81

Analogous Colors of #8148ed

#8148ed #d448ed #4862ed

Monochromatic Colors of #8148ed

#8148ed

Complementary Color

#8148ed #b4ed48

#8148ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8148ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8148ed Color CSS Codes

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

#8148ed Text Font Color

<p style="color:#8148ed">Text here</p>

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


#8148ed Background Color

<div style="background-color:#8148ed">
Div content here</div>

This div background color is #8148ed


#8148ed Border Color

<div style="border:3px solid #8148ed">
Div here</div>

This div border color is #8148ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,72,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8148ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8148ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8148ed;
  box-shadow:         1px 1px 3px 2px #8148ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,72,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8148ed


Comments

No comments written yet.

Please login to write comment.