Color Hex Logo

#8620ef Color Hex

#8620EF
(134,32,239)
0 Favorites   0 Comments

Color spaces of #8620ef

RGB 13432239
HSL0.750.870.53
HSV270°87°94°
CMYK 0.440.870.00   0.06
XYZ25.928012.333482.6754
Yxy12.33340.21440.1020
Hunter Lab35.118970.3268-114.9945
CIE-Lab41.741275.3907-82.9067

#8620ef color RGB value is (134,32,239).

#8620ef hex color red value is 134, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8620ef hue: 0.75 , saturation: 0.87 and the lightness value of 8620ef is 0.53.

The process color (four color CMYK) of #8620ef color hex is 0.44, 0.87, 0.00, 0.06. Web safe color of #8620ef is #9933ff. Color #8620ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100000 11101111
Octal 206 40 357
Decimal 134 32 239
Hex 86 20 EF

RGB Percentages of Color #8620ef

%33.09
%7.90
%59.01

CMYK Percentages of Color #8620ef

%44
%87
%0
%6

Triadic Colors of #8620ef

#8620ef #ef8620 #20ef86

Analogous Colors of #8620ef

#8620ef #ee20ef #2021ef

Monochromatic Colors of #8620ef

#8620ef

Complementary Color

#8620ef #89ef20

#8620ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8620ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8620ef Color CSS Codes

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

#8620ef Text Font Color

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

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


#8620ef Background Color

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

This div background color is #8620ef


#8620ef Border Color

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

This div border color is #8620ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8620ef


Comments

No comments written yet.

Please login to write comment.