Color Hex Logo

#8441ec Color Hex

#8441EC
(132,65,236)
0 Favorites   0 Comments

Color spaces of #8441ec

RGB 13265236
HSL0.730.820.59
HSV264°72°93°
CMYK 0.440.720.00   0.07
XYZ26.546314.742380.8033
Yxy14.74230.21740.1207
Hunter Lab38.395756.2201-97.8981
CIE-Lab45.279262.6980-75.4189

#8441ec color RGB value is (132,65,236).

#8441ec hex color red value is 132, green value is 65 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8441ec hue: 0.73 , saturation: 0.82 and the lightness value of 8441ec is 0.59.

The process color (four color CMYK) of #8441ec color hex is 0.44, 0.72, 0.00, 0.07. Web safe color of #8441ec is #9933ff. Color #8441ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 11101100
Octal 204 101 354
Decimal 132 65 236
Hex 84 41 EC

RGB Percentages of Color #8441ec

%30.48
%15.01
%54.50

CMYK Percentages of Color #8441ec

%44
%72
%0
%7

Triadic Colors of #8441ec

#8441ec #ec8441 #41ec84

Analogous Colors of #8441ec

#8441ec #da41ec #4154ec

Monochromatic Colors of #8441ec

#8441ec

Complementary Color

#8441ec #a9ec41

#8441ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8441ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8441ec Color CSS Codes

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

#8441ec Text Font Color

<p style="color:#8441ec">Text here</p>

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


#8441ec Background Color

<div style="background-color:#8441ec">
Div content here</div>

This div background color is #8441ec


#8441ec Border Color

<div style="border:3px solid #8441ec">
Div here</div>

This div border color is #8441ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,65,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8441ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8441ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8441ec;
  box-shadow:         1px 1px 3px 2px #8441ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8441ec


Comments

No comments written yet.

Please login to write comment.