Color Hex Logo

#8c41ff Color Hex

#8C41FF
(140,65,255)
0 Favorites   0 Comments

Color spaces of #8c41ff

RGB 14065255
HSL0.731.000.63
HSV264°75°100°
CMYK 0.450.750.00   0.00
XYZ30.755516.576096.1862
Yxy16.57600.21430.1155
Hunter Lab40.713663.5919-111.5734
CIE-Lab47.721368.6058-82.0383

#8c41ff color RGB value is (140,65,255).

#8c41ff hex color red value is 140, green value is 65 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8c41ff hue: 0.73 , saturation: 1.00 and the lightness value of 8c41ff is 0.63.

The process color (four color CMYK) of #8c41ff color hex is 0.45, 0.75, 0.00, 0.00. Web safe color of #8c41ff is #9933ff. Color #8c41ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000001 11111111
Octal 214 101 377
Decimal 140 65 255
Hex 8C 41 FF

RGB Percentages of Color #8c41ff

%30.43
%14.13
%55.43

CMYK Percentages of Color #8c41ff

%45
%75
%0
%0

Triadic Colors of #8c41ff

#8c41ff #ff8c41 #41ff8c

Analogous Colors of #8c41ff

#8c41ff #eb41ff #4155ff

Monochromatic Colors of #8c41ff

#8c41ff

Complementary Color

#8c41ff #b4ff41

#8c41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c41ff Color CSS Codes

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

#8c41ff Text Font Color

<p style="color:#8c41ff">Text here</p>

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


#8c41ff Background Color

<div style="background-color:#8c41ff">
Div content here</div>

This div background color is #8c41ff


#8c41ff Border Color

<div style="border:3px solid #8c41ff">
Div here</div>

This div border color is #8c41ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,65,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c41ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c41ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8c41ff;
  box-shadow:         1px 1px 3px 2px #8c41ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c41ff


Comments

No comments written yet.

Please login to write comment.