Color Hex Logo

#828db3 Color Hex

#828DB3
(130,141,179)
0 Favorites   0 Comments

Color spaces of #828db3

RGB 130141179
HSL0.630.240.61
HSV227°27°70°
CMYK 0.270.210.00   0.30
XYZ26.867527.050346.4530
Yxy27.05030.26770.2695
Hunter Lab52.00991.1930-16.5483
CIE-Lab59.02094.7796-21.2154

#828db3 color RGB value is (130,141,179).

#828db3 hex color red value is 130, green value is 141 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #828db3 hue: 0.63 , saturation: 0.24 and the lightness value of 828db3 is 0.61.

The process color (four color CMYK) of #828db3 color hex is 0.27, 0.21, 0.00, 0.30. Web safe color of #828db3 is #9999cc. Color #828db3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001101 10110011
Octal 202 215 263
Decimal 130 141 179
Hex 82 8D B3

RGB Percentages of Color #828db3

%28.89
%31.33
%39.78

CMYK Percentages of Color #828db3

%27
%21
%0
%30

Triadic Colors of #828db3

#828db3 #b3828d #8db382

Analogous Colors of #828db3

#828db3 #9082b3 #82a6b3

Monochromatic Colors of #828db3

#828db3

Complementary Color

#828db3 #b3a882

#828db3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828db3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828db3 Color CSS Codes

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

#828db3 Text Font Color

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

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


#828db3 Background Color

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

This div background color is #828db3


#828db3 Border Color

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

This div border color is #828db3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828db3


Comments

No comments written yet.

Please login to write comment.