Color Hex Logo

#8143cc Color Hex

#8143CC
(129,67,204)
0 Favorites   0 Comments

Color spaces of #8143cc

RGB 12967204
HSL0.740.570.53
HSV267°67°80°
CMYK 0.370.670.00   0.20
XYZ21.959513.041158.4865
Yxy13.04110.23490.1395
Hunter Lab36.112545.3466-70.7453
CIE-Lab42.825153.2501-61.1554

#8143cc color RGB value is (129,67,204).

#8143cc hex color red value is 129, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8143cc hue: 0.74 , saturation: 0.57 and the lightness value of 8143cc is 0.53.

The process color (four color CMYK) of #8143cc color hex is 0.37, 0.67, 0.00, 0.20. Web safe color of #8143cc is #9933cc. Color #8143cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000011 11001100
Octal 201 103 314
Decimal 129 67 204
Hex 81 43 CC

RGB Percentages of Color #8143cc

%32.25
%16.75
%51.00

CMYK Percentages of Color #8143cc

%37
%67
%0
%20

Triadic Colors of #8143cc

#8143cc #cc8143 #43cc81

Analogous Colors of #8143cc

#8143cc #c643cc #434acc

Monochromatic Colors of #8143cc

#8143cc

Complementary Color

#8143cc #8ecc43

#8143cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8143cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8143cc Color CSS Codes

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

#8143cc Text Font Color

<p style="color:#8143cc">Text here</p>

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


#8143cc Background Color

<div style="background-color:#8143cc">
Div content here</div>

This div background color is #8143cc


#8143cc Border Color

<div style="border:3px solid #8143cc">
Div here</div>

This div border color is #8143cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,67,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8143cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8143cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8143cc;
  box-shadow:         1px 1px 3px 2px #8143cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8143cc


Comments

No comments written yet.

Please login to write comment.