Color Hex Logo

#8148fb Color Hex

#8148FB
(129,72,251)
0 Favorites   0 Comments

Color spaces of #8148fb

RGB 12972251
HSL0.720.960.63
HSV259°71°98°
CMYK 0.490.710.00   0.02
XYZ28.783216.266992.8896
Yxy16.26690.20870.1179
Hunter Lab40.332256.8055-108.3188
CIE-Lab47.322762.8234-80.5076

#8148fb color RGB value is (129,72,251).

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

The process color (four color CMYK) of #8148fb color hex is 0.49, 0.71, 0.00, 0.02. Web safe color of #8148fb is #9933ff. Color #8148fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001000 11111011
Octal 201 110 373
Decimal 129 72 251
Hex 81 48 FB

RGB Percentages of Color #8148fb

%28.54
%15.93
%55.53

CMYK Percentages of Color #8148fb

%49
%71
%0
%2

Triadic Colors of #8148fb

#8148fb #fb8148 #48fb81

Analogous Colors of #8148fb

#8148fb #db48fb #4869fb

Monochromatic Colors of #8148fb

#8148fb

Complementary Color

#8148fb #c2fb48

#8148fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8148fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8148fb Color CSS Codes

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

#8148fb Text Font Color

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

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


#8148fb Background Color

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

This div background color is #8148fb


#8148fb Border Color

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

This div border color is #8148fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8148fb

Related Colors


Comments

No comments written yet.

Please login to write comment.