Color Hex Logo

#826ade Color Hex

#826ADE
(130,106,222)
0 Favorites   0 Comments

Color spaces of #826ade

RGB 130106222
HSL0.700.640.64
HSV252°52°87°
CMYK 0.410.520.00   0.13
XYZ27.544820.327871.5791
Yxy20.32780.23060.1702
Hunter Lab45.086430.1506-62.5683
CIE-Lab52.205836.8893-56.3061

#826ade color RGB value is (130,106,222).

#826ade hex color red value is 130, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #826ade hue: 0.70 , saturation: 0.64 and the lightness value of 826ade is 0.64.

The process color (four color CMYK) of #826ade color hex is 0.41, 0.52, 0.00, 0.13. Web safe color of #826ade is #9966cc. Color #826ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101010 11011110
Octal 202 152 336
Decimal 130 106 222
Hex 82 6A DE

RGB Percentages of Color #826ade

%28.38
%23.14
%48.47

CMYK Percentages of Color #826ade

%41
%52
%0
%13

Triadic Colors of #826ade

#826ade #de826a #6ade82

Analogous Colors of #826ade

#826ade #bc6ade #6a8cde

Monochromatic Colors of #826ade

#826ade

Complementary Color

#826ade #c6de6a

#826ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#826ade Color CSS Codes

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

#826ade Text Font Color

<p style="color:#826ade">Text here</p>

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


#826ade Background Color

<div style="background-color:#826ade">
Div content here</div>

This div background color is #826ade


#826ade Border Color

<div style="border:3px solid #826ade">
Div here</div>

This div border color is #826ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826ade


Comments

No comments written yet.

Please login to write comment.