Color Hex Logo

#860093 Color Hex

#860093
(134,0,147)
0 Favorites   0 Comments

Color spaces of #860093

RGB 1340147
HSL0.821.000.29
HSV295°100°58°
CMYK 0.091.000.00   0.42
XYZ15.09807.174928.1929
Yxy7.17490.29920.1422
Hunter Lab26.786053.7365-43.6539
CIE-Lab32.201863.0222-44.3679

#860093 color RGB value is (134,0,147).

#860093 hex color red value is 134, green value is 0 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #860093 hue: 0.82 , saturation: 1.00 and the lightness value of 860093 is 0.29.

The process color (four color CMYK) of #860093 color hex is 0.09, 1.00, 0.00, 0.42. Web safe color of #860093 is #990099. Color #860093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000000 10010011
Octal 206 0 223
Decimal 134 0 147
Hex 86 0 93

RGB Percentages of Color #860093

%47.69
%0.00
%52.31

CMYK Percentages of Color #860093

%9
%100
%0
%42

Triadic Colors of #860093

#860093 #938600 #009386

Analogous Colors of #860093

#860093 #930057 #3d0093

Monochromatic Colors of #860093

#860093

Complementary Color

#860093 #0d9300

#860093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860093 Color CSS Codes

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

#860093 Text Font Color

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

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


#860093 Background Color

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

This div background color is #860093


#860093 Border Color

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

This div border color is #860093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,0,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #860093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #860093;
  -webkit-box-shadow: 1px 1px 3px 2px #860093;
  box-shadow:         1px 1px 3px 2px #860093; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860093


Comments

No comments written yet.

Please login to write comment.