Color Hex Logo

#8615c5 Color Hex

#8615C5
(134,21,197)
0 Favorites   0 Comments

Color spaces of #8615c5

RGB 13421197
HSL0.770.810.43
HSV279°89°77°
CMYK 0.320.890.00   0.23
XYZ20.17779.635953.6197
Yxy9.63590.24180.1155
Hunter Lab31.041761.7052-80.6849
CIE-Lab37.180969.0455-66.2462

#8615c5 color RGB value is (134,21,197).

#8615c5 hex color red value is 134, green value is 21 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8615c5 hue: 0.77 , saturation: 0.81 and the lightness value of 8615c5 is 0.43.

The process color (four color CMYK) of #8615c5 color hex is 0.32, 0.89, 0.00, 0.23. Web safe color of #8615c5 is #9900cc. Color #8615c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010101 11000101
Octal 206 25 305
Decimal 134 21 197
Hex 86 15 C5

RGB Percentages of Color #8615c5

%38.07
%5.97
%55.97

CMYK Percentages of Color #8615c5

%32
%89
%0
%23

Triadic Colors of #8615c5

#8615c5 #c58615 #15c586

Analogous Colors of #8615c5

#8615c5 #c515ac #2e15c5

Monochromatic Colors of #8615c5

#8615c5

Complementary Color

#8615c5 #54c515

#8615c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8615c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8615c5 Color CSS Codes

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

#8615c5 Text Font Color

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

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


#8615c5 Background Color

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

This div background color is #8615c5


#8615c5 Border Color

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

This div border color is #8615c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,21,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8615c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8615c5;
  -webkit-box-shadow: 1px 1px 3px 2px #8615c5;
  box-shadow:         1px 1px 3px 2px #8615c5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8615c5


Comments

No comments written yet.

Please login to write comment.