Color Hex Logo

#8181ef Color Hex

#8181EF
(129,129,239)
0 Favorites   0 Comments

Color spaces of #8181ef

RGB 129129239
HSL0.670.770.72
HSV240°46°94°
CMYK 0.460.460.00   0.06
XYZ32.483526.599685.0835
Yxy26.59960.22530.1845
Hunter Lab51.574822.1693-61.7090
CIE-Lab58.601928.0188-55.5911

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000001 11101111
Octal 201 201 357
Decimal 129 129 239
Hex 81 81 EF

RGB Percentages of Color #8181ef

%25.96
%25.96
%48.09

CMYK Percentages of Color #8181ef

%46
%46
%0
%6

Triadic Colors of #8181ef

#8181ef #ef8181 #81ef81

Analogous Colors of #8181ef

#8181ef #b881ef #81b8ef

Monochromatic Colors of #8181ef

#8181ef

Complementary Color

#8181ef #efef81

#8181ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8181ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8181ef Color CSS Codes

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

#8181ef Text Font Color

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

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


#8181ef Background Color

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

This div background color is #8181ef


#8181ef Border Color

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

This div border color is #8181ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,129,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 #8181ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8181ef


Comments

No comments written yet.

Please login to write comment.