Color Hex Logo

#828eed Color Hex

#828EED
(130,142,237)
0 Favorites   0 Comments

Color spaces of #828eed

RGB 130142237
HSL0.650.750.72
HSV233°45°93°
CMYK 0.450.400.00   0.07
XYZ34.165030.206384.1505
Yxy30.20630.23000.2034
Hunter Lab54.960314.7807-52.3077
CIE-Lab61.831820.0274-49.3464

#828eed color RGB value is (130,142,237).

#828eed hex color red value is 130, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #828eed hue: 0.65 , saturation: 0.75 and the lightness value of 828eed is 0.72.

The process color (four color CMYK) of #828eed color hex is 0.45, 0.40, 0.00, 0.07. Web safe color of #828eed is #9999ff. Color #828eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001110 11101101
Octal 202 216 355
Decimal 130 142 237
Hex 82 8E ED

RGB Percentages of Color #828eed

%25.54
%27.90
%46.56

CMYK Percentages of Color #828eed

%45
%40
%0
%7

Triadic Colors of #828eed

#828eed #ed828e #8eed82

Analogous Colors of #828eed

#828eed #ac82ed #82c4ed

Monochromatic Colors of #828eed

#828eed

Complementary Color

#828eed #ede182

#828eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#828eed Color CSS Codes

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

#828eed Text Font Color

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

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


#828eed Background Color

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

This div background color is #828eed


#828eed Border Color

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

This div border color is #828eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828eed


Comments

No comments written yet.

Please login to write comment.