Color Hex Logo

#8401ef Color Hex

#8401EF
(132,1,239)
0 Favorites   0 Comments

Color spaces of #8401ef

RGB 1321239
HSL0.760.990.47
HSV273°100°94°
CMYK 0.451.000.00   0.06
XYZ25.106611.159282.4920
Yxy11.15920.21140.0940
Hunter Lab33.405475.6964-123.0283
CIE-Lab39.847380.0927-86.0369

#8401ef color RGB value is (132,1,239).

#8401ef hex color red value is 132, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8401ef hue: 0.76 , saturation: 0.99 and the lightness value of 8401ef is 0.47.

The process color (four color CMYK) of #8401ef color hex is 0.45, 1.00, 0.00, 0.06. Web safe color of #8401ef is #9900ff. Color #8401ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000001 11101111
Octal 204 1 357
Decimal 132 1 239
Hex 84 1 EF

RGB Percentages of Color #8401ef

%35.48
%0.27
%64.25

CMYK Percentages of Color #8401ef

%45
%100
%0
%6

Triadic Colors of #8401ef

#8401ef #ef8401 #01ef84

Analogous Colors of #8401ef

#8401ef #ef01e3 #0d01ef

Monochromatic Colors of #8401ef

#8401ef

Complementary Color

#8401ef #6cef01

#8401ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8401ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8401ef Color CSS Codes

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

#8401ef Text Font Color

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

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


#8401ef Background Color

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

This div background color is #8401ef


#8401ef Border Color

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

This div border color is #8401ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8401ef


Comments

No comments written yet.

Please login to write comment.