Color Hex Logo

#827aeb Color Hex

#827AEB
(130,122,235)
0 Favorites   0 Comments

Color spaces of #827aeb

RGB 130122235
HSL0.680.740.70
HSV244°48°92°
CMYK 0.450.480.00   0.08
XYZ31.160924.663181.7154
Yxy24.66310.22660.1793
Hunter Lab49.662025.0932-62.7943
CIE-Lab56.745731.2092-56.3279

#827aeb color RGB value is (130,122,235).

#827aeb hex color red value is 130, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #827aeb hue: 0.68 , saturation: 0.74 and the lightness value of 827aeb is 0.70.

The process color (four color CMYK) of #827aeb color hex is 0.45, 0.48, 0.00, 0.08. Web safe color of #827aeb is #9966ff. Color #827aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 11101011
Octal 202 172 353
Decimal 130 122 235
Hex 82 7A EB

RGB Percentages of Color #827aeb

%26.69
%25.05
%48.25

CMYK Percentages of Color #827aeb

%45
%48
%0
%8

Triadic Colors of #827aeb

#827aeb #eb827a #7aeb82

Analogous Colors of #827aeb

#827aeb #bb7aeb #7aabeb

Monochromatic Colors of #827aeb

#827aeb

Complementary Color

#827aeb #e3eb7a

#827aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#827aeb Color CSS Codes

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

#827aeb Text Font Color

<p style="color:#827aeb">Text here</p>

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


#827aeb Background Color

<div style="background-color:#827aeb">
Div content here</div>

This div background color is #827aeb


#827aeb Border Color

<div style="border:3px solid #827aeb">
Div here</div>

This div border color is #827aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,122,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #827aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #827aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #827aeb;
  box-shadow:         1px 1px 3px 2px #827aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827aeb


Comments

No comments written yet.

Please login to write comment.