Color Hex Logo

#8146ef Color Hex

#8146EF
(129,70,239)
0 Favorites   0 Comments

Color spaces of #8146ef

RGB 12970239
HSL0.720.840.61
HSV261°71°94°
CMYK 0.460.710.00   0.06
XYZ26.823415.279483.1968
Yxy15.27940.21410.1219
Hunter Lab39.088954.0840-98.8307
CIE-Lab46.014560.6617-75.9216

#8146ef color RGB value is (129,70,239).

#8146ef hex color red value is 129, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8146ef hue: 0.72 , saturation: 0.84 and the lightness value of 8146ef is 0.61.

The process color (four color CMYK) of #8146ef color hex is 0.46, 0.71, 0.00, 0.06. Web safe color of #8146ef is #9933ff. Color #8146ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000110 11101111
Octal 201 106 357
Decimal 129 70 239
Hex 81 46 EF

RGB Percentages of Color #8146ef

%29.45
%15.98
%54.57

CMYK Percentages of Color #8146ef

%46
%71
%0
%6

Triadic Colors of #8146ef

#8146ef #ef8146 #46ef81

Analogous Colors of #8146ef

#8146ef #d646ef #4660ef

Monochromatic Colors of #8146ef

#8146ef

Complementary Color

#8146ef #b4ef46

#8146ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8146ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8146ef Color CSS Codes

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

#8146ef Text Font Color

<p style="color:#8146ef">Text here</p>

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


#8146ef Background Color

<div style="background-color:#8146ef">
Div content here</div>

This div background color is #8146ef


#8146ef Border Color

<div style="border:3px solid #8146ef">
Div here</div>

This div border color is #8146ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,70,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8146ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8146ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8146ef;
  box-shadow:         1px 1px 3px 2px #8146ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8146ef


Comments

No comments written yet.

Please login to write comment.