Color Hex Logo

#8618be Color Hex

#8618BE
(134,24,190)
0 Favorites   0 Comments

Color spaces of #8618be

RGB 13424190
HSL0.780.780.42
HSV280°87°75°
CMYK 0.290.870.00   0.25
XYZ19.45249.439349.5119
Yxy9.43930.24810.1204
Hunter Lab30.723459.2504-74.0415
CIE-Lab36.816766.9976-62.7332

#8618be color RGB value is (134,24,190).

#8618be hex color red value is 134, green value is 24 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8618be hue: 0.78 , saturation: 0.78 and the lightness value of 8618be is 0.42.

The process color (four color CMYK) of #8618be color hex is 0.29, 0.87, 0.00, 0.25. Web safe color of #8618be is #9900cc. Color #8618be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011000 10111110
Octal 206 30 276
Decimal 134 24 190
Hex 86 18 BE

RGB Percentages of Color #8618be

%38.51
%6.90
%54.60

CMYK Percentages of Color #8618be

%29
%87
%0
%25

Triadic Colors of #8618be

#8618be #be8618 #18be86

Analogous Colors of #8618be

#8618be #be18a3 #3318be

Monochromatic Colors of #8618be

#8618be

Complementary Color

#8618be #50be18

#8618be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8618be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8618be Color CSS Codes

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

#8618be Text Font Color

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

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


#8618be Background Color

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

This div background color is #8618be


#8618be Border Color

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

This div border color is #8618be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,24,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8618be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8618be;
  -webkit-box-shadow: 1px 1px 3px 2px #8618be;
  box-shadow:         1px 1px 3px 2px #8618be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8618be


Comments

No comments written yet.

Please login to write comment.