Color Hex Logo

#828cea Color Hex

#828CEA
(130,140,234)
0 Favorites   0 Comments

Color spaces of #828cea

RGB 130140234
HSL0.650.710.71
HSV234°44°92°
CMYK 0.440.400.00   0.08
XYZ33.435329.442581.7626
Yxy29.44250.23120.2036
Hunter Lab54.260915.0341-51.3579
CIE-Lab61.170220.3300-48.7344

#828cea color RGB value is (130,140,234).

#828cea hex color red value is 130, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #828cea hue: 0.65 , saturation: 0.71 and the lightness value of 828cea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 11101010
Octal 202 214 352
Decimal 130 140 234
Hex 82 8C EA

RGB Percentages of Color #828cea

%25.79
%27.78
%46.43

CMYK Percentages of Color #828cea

%44
%40
%0
%8

Triadic Colors of #828cea

#828cea #ea828c #8cea82

Analogous Colors of #828cea

#828cea #ac82ea #82c0ea

Monochromatic Colors of #828cea

#828cea

Complementary Color

#828cea #eae082

#828cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#828cea Color CSS Codes

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

#828cea Text Font Color

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

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


#828cea Background Color

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

This div background color is #828cea


#828cea Border Color

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

This div border color is #828cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828cea


Comments

No comments written yet.

Please login to write comment.