Color Hex Logo

#8144b0 Color Hex

#8144B0
(129,68,176)
0 Favorites   0 Comments

Color spaces of #8144b0

RGB 12968176
HSL0.760.440.48
HSV274°61°69°
CMYK 0.270.610.00   0.31
XYZ18.956911.936042.3790
Yxy11.93600.25870.1629
Hunter Lab34.548537.4837-48.5442
CIE-Lab41.114245.9504-47.5521

#8144b0 color RGB value is (129,68,176).

#8144b0 hex color red value is 129, green value is 68 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #8144b0 hue: 0.76 , saturation: 0.44 and the lightness value of 8144b0 is 0.48.

The process color (four color CMYK) of #8144b0 color hex is 0.27, 0.61, 0.00, 0.31. Web safe color of #8144b0 is #993399. Color #8144b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000100 10110000
Octal 201 104 260
Decimal 129 68 176
Hex 81 44 B0

RGB Percentages of Color #8144b0

%34.58
%18.23
%47.18

CMYK Percentages of Color #8144b0

%27
%61
%0
%31

Triadic Colors of #8144b0

#8144b0 #b08144 #44b081

Analogous Colors of #8144b0

#8144b0 #b044a9 #4b44b0

Monochromatic Colors of #8144b0

#8144b0

Complementary Color

#8144b0 #73b044

#8144b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8144b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8144b0 Color CSS Codes

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

#8144b0 Text Font Color

<p style="color:#8144b0">Text here</p>

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


#8144b0 Background Color

<div style="background-color:#8144b0">
Div content here</div>

This div background color is #8144b0


#8144b0 Border Color

<div style="border:3px solid #8144b0">
Div here</div>

This div border color is #8144b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,68,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8144b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8144b0;
  -webkit-box-shadow: 1px 1px 3px 2px #8144b0;
  box-shadow:         1px 1px 3px 2px #8144b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8144b0


Comments

No comments written yet.

Please login to write comment.