Color Hex Logo

#8242de Color Hex

#8242DE
(130,66,222)
0 Favorites   0 Comments

Color spaces of #8242de

RGB 13066222
HSL0.740.700.56
HSV265°70°87°
CMYK 0.410.700.00   0.13
XYZ24.339013.916270.5105
Yxy13.91620.22380.1279
Hunter Lab37.304451.1783-85.9532
CIE-Lab44.112558.4049-69.3903

#8242de color RGB value is (130,66,222).

#8242de hex color red value is 130, green value is 66 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8242de hue: 0.74 , saturation: 0.70 and the lightness value of 8242de is 0.56.

The process color (four color CMYK) of #8242de color hex is 0.41, 0.70, 0.00, 0.13. Web safe color of #8242de is #9933cc. Color #8242de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000010 11011110
Octal 202 102 336
Decimal 130 66 222
Hex 82 42 DE

RGB Percentages of Color #8242de

%31.10
%15.79
%53.11

CMYK Percentages of Color #8242de

%41
%70
%0
%13

Triadic Colors of #8242de

#8242de #de8242 #42de82

Analogous Colors of #8242de

#8242de #d042de #4250de

Monochromatic Colors of #8242de

#8242de

Complementary Color

#8242de #9ede42

#8242de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8242de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8242de Color CSS Codes

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

#8242de Text Font Color

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

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


#8242de Background Color

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

This div background color is #8242de


#8242de Border Color

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

This div border color is #8242de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,66,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8242de


Comments

No comments written yet.

Please login to write comment.