Color Hex Logo

#8401ed Color Hex

#8401ED
(132,1,237)
0 Favorites   0 Comments

Color spaces of #8401ed

RGB 1321237
HSL0.760.990.47
HSV273°100°93°
CMYK 0.441.000.00   0.07
XYZ24.812611.041780.9442
Yxy11.04170.21240.0945
Hunter Lab33.229175.1376-121.1669
CIE-Lab39.650679.6834-85.2286

#8401ed color RGB value is (132,1,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000001 11101101
Octal 204 1 355
Decimal 132 1 237
Hex 84 1 ED

RGB Percentages of Color #8401ed

%35.68
%0.27
%64.05

CMYK Percentages of Color #8401ed

%44
%100
%0
%7

Triadic Colors of #8401ed

#8401ed #ed8401 #01ed84

Analogous Colors of #8401ed

#8401ed #ed01e0 #0e01ed

Monochromatic Colors of #8401ed

#8401ed

Complementary Color

#8401ed #6aed01

#8401ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8401ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8401ed Color CSS Codes

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

#8401ed Text Font Color

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

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


#8401ed Background Color

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

This div background color is #8401ed


#8401ed Border Color

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

This div border color is #8401ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,1,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8401ed


Comments

No comments written yet.

Please login to write comment.