Color Hex Logo

#828add Color Hex

#828ADD
(130,138,221)
0 Favorites   0 Comments

Color spaces of #828add

RGB 130138221
HSL0.650.570.69
HSV235°41°87°
CMYK 0.410.380.00   0.13
XYZ31.345528.143272.1867
Yxy28.14320.23810.2137
Hunter Lab53.050212.6317-43.5423
CIE-Lab60.017917.7843-43.3277

#828add color RGB value is (130,138,221).

#828add hex color red value is 130, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #828add hue: 0.65 , saturation: 0.57 and the lightness value of 828add is 0.69.

The process color (four color CMYK) of #828add color hex is 0.41, 0.38, 0.00, 0.13. Web safe color of #828add is #9999cc. Color #828add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 11011101
Octal 202 212 335
Decimal 130 138 221
Hex 82 8A DD

RGB Percentages of Color #828add

%26.58
%28.22
%45.19

CMYK Percentages of Color #828add

%41
%38
%0
%13

Triadic Colors of #828add

#828add #dd828a #8add82

Analogous Colors of #828add

#828add #a882dd #82b8dd

Monochromatic Colors of #828add

#828add

Complementary Color

#828add #ddd582

#828add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828add Color Preview on White Background

Lorem ipsum dolor sit amet.

#828add Color CSS Codes

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

#828add Text Font Color

<p style="color:#828add">Text here</p>

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


#828add Background Color

<div style="background-color:#828add">
Div content here</div>

This div background color is #828add


#828add Border Color

<div style="border:3px solid #828add">
Div here</div>

This div border color is #828add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,138,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828add;
  -webkit-box-shadow: 1px 1px 3px 2px #828add;
  box-shadow:         1px 1px 3px 2px #828add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828add


Comments

No comments written yet.

Please login to write comment.