Color Hex Logo

#86138f Color Hex

#86138F
(134,19,143)
0 Favorites   0 Comments

Color spaces of #86138f

RGB 13419143
HSL0.820.770.32
HSV296°87°56°
CMYK 0.060.870.00   0.44
XYZ15.02237.517226.6458
Yxy7.51720.30540.1528
Hunter Lab27.417549.8211-38.4289
CIE-Lab32.956559.3160-40.6910

#86138f color RGB value is (134,19,143).

#86138f hex color red value is 134, green value is 19 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #86138f hue: 0.82 , saturation: 0.77 and the lightness value of 86138f is 0.32.

The process color (four color CMYK) of #86138f color hex is 0.06, 0.87, 0.00, 0.44. Web safe color of #86138f is #990099. Color #86138f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010011 10001111
Octal 206 23 217
Decimal 134 19 143
Hex 86 13 8F

RGB Percentages of Color #86138f

%45.27
%6.42
%48.31

CMYK Percentages of Color #86138f

%6
%87
%0
%44

Triadic Colors of #86138f

#86138f #8f8613 #138f86

Analogous Colors of #86138f

#86138f #8f135a #48138f

Monochromatic Colors of #86138f

#86138f

Complementary Color

#86138f #1c8f13

#86138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86138f Color CSS Codes

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

#86138f Text Font Color

<p style="color:#86138f">Text here</p>

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


#86138f Background Color

<div style="background-color:#86138f">
Div content here</div>

This div background color is #86138f


#86138f Border Color

<div style="border:3px solid #86138f">
Div here</div>

This div border color is #86138f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,19,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86138f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86138f;
  -webkit-box-shadow: 1px 1px 3px 2px #86138f;
  box-shadow:         1px 1px 3px 2px #86138f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,19,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86138f


Comments

No comments written yet.

Please login to write comment.