Color Hex Logo

#8265ea Color Hex

#8265EA
(130,101,234)
0 Favorites   0 Comments

Color spaces of #8265ea

RGB 130101234
HSL0.700.760.66
HSV253°57°92°
CMYK 0.440.570.00   0.08
XYZ28.710919.993780.1878
Yxy19.99370.22280.1551
Hunter Lab44.714336.3642-75.0269
CIE-Lab51.830143.1137-63.6634

#8265ea color RGB value is (130,101,234).

#8265ea hex color red value is 130, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8265ea hue: 0.70 , saturation: 0.76 and the lightness value of 8265ea is 0.66.

The process color (four color CMYK) of #8265ea color hex is 0.44, 0.57, 0.00, 0.08. Web safe color of #8265ea is #9966ff. Color #8265ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100101 11101010
Octal 202 145 352
Decimal 130 101 234
Hex 82 65 EA

RGB Percentages of Color #8265ea

%27.96
%21.72
%50.32

CMYK Percentages of Color #8265ea

%44
%57
%0
%8

Triadic Colors of #8265ea

#8265ea #ea8265 #65ea82

Analogous Colors of #8265ea

#8265ea #c565ea #658bea

Monochromatic Colors of #8265ea

#8265ea

Complementary Color

#8265ea #cdea65

#8265ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8265ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8265ea Color CSS Codes

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

#8265ea Text Font Color

<p style="color:#8265ea">Text here</p>

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


#8265ea Background Color

<div style="background-color:#8265ea">
Div content here</div>

This div background color is #8265ea


#8265ea Border Color

<div style="border:3px solid #8265ea">
Div here</div>

This div border color is #8265ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,101,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8265ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8265ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8265ea;
  box-shadow:         1px 1px 3px 2px #8265ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8265ea


Comments

No comments written yet.

Please login to write comment.