Color Hex Logo

#8165ea Color Hex

#8165EA
(129,101,234)
0 Favorites   0 Comments

Color spaces of #8165ea

RGB 129101234
HSL0.700.760.66
HSV253°57°92°
CMYK 0.450.570.00   0.08
XYZ28.558219.915080.1807
Yxy19.91500.22200.1548
Hunter Lab44.626236.1338-75.2890
CIE-Lab51.741042.9020-63.8117

#8165ea color RGB value is (129,101,234).

#8165ea hex color red value is 129, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8165ea hue: 0.70 , saturation: 0.76 and the lightness value of 8165ea is 0.66.

The process color (four color CMYK) of #8165ea color hex is 0.45, 0.57, 0.00, 0.08. Web safe color of #8165ea is #9966ff. Color #8165ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 11101010
Octal 201 145 352
Decimal 129 101 234
Hex 81 65 EA

RGB Percentages of Color #8165ea

%27.80
%21.77
%50.43

CMYK Percentages of Color #8165ea

%45
%57
%0
%8

Triadic Colors of #8165ea

#8165ea #ea8165 #65ea81

Analogous Colors of #8165ea

#8165ea #c465ea #658cea

Monochromatic Colors of #8165ea

#8165ea

Complementary Color

#8165ea #ceea65

#8165ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8165ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8165ea Color CSS Codes

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

#8165ea Text Font Color

<p style="color:#8165ea">Text here</p>

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


#8165ea Background Color

<div style="background-color:#8165ea">
Div content here</div>

This div background color is #8165ea


#8165ea Border Color

<div style="border:3px solid #8165ea">
Div here</div>

This div border color is #8165ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,101,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8165ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8165ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8165ea;
  box-shadow:         1px 1px 3px 2px #8165ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8165ea


Comments

No comments written yet.

Please login to write comment.