Color Hex Logo

#8242ff Color Hex

#8242FF
(130,66,255)
1 Favorites   0 Comments

Color spaces of #8242ff

RGB 13066255
HSL0.721.000.63
HSV260°74°100°
CMYK 0.490.740.00   0.00
XYZ29.204115.862396.1302
Yxy15.86230.20680.1123
Hunter Lab39.827561.1896-115.2269
CIE-Lab46.793366.7341-83.6010

#8242ff color RGB value is (130,66,255).

#8242ff hex color red value is 130, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8242ff hue: 0.72 , saturation: 1.00 and the lightness value of 8242ff is 0.63.

The process color (four color CMYK) of #8242ff color hex is 0.49, 0.74, 0.00, 0.00. Web safe color of #8242ff is #9933ff. Color #8242ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000010 11111111
Octal 202 102 377
Decimal 130 66 255
Hex 82 42 FF

RGB Percentages of Color #8242ff

%28.82
%14.63
%56.54

CMYK Percentages of Color #8242ff

%49
%74
%0
%0

Triadic Colors of #8242ff

#8242ff #ff8242 #42ff82

Analogous Colors of #8242ff

#8242ff #e142ff #4261ff

Monochromatic Colors of #8242ff

#8242ff

Complementary Color

#8242ff #bfff42

#8242ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8242ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8242ff Color CSS Codes

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

#8242ff Text Font Color

<p style="color:#8242ff">Text here</p>

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


#8242ff Background Color

<div style="background-color:#8242ff">
Div content here</div>

This div background color is #8242ff


#8242ff Border Color

<div style="border:3px solid #8242ff">
Div here</div>

This div border color is #8242ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,66,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8242ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8242ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8242ff;
  box-shadow:         1px 1px 3px 2px #8242ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,66,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 #8242ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8242ff

Related Colors

#8242ff Color Palettes


Comments

No comments written yet.

Please login to write comment.