Color Hex Logo

#828acd Color Hex

#828ACD
(130,138,205)
0 Favorites   0 Comments

Color spaces of #828acd

RGB 130138205
HSL0.650.430.66
HSV234°37°80°
CMYK 0.370.330.00   0.20
XYZ29.313827.330661.4879
Yxy27.33060.24810.2314
Hunter Lab52.27878.6012-33.1392
CIE-Lab59.279113.3379-35.5213

#828acd color RGB value is (130,138,205).

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

The process color (four color CMYK) of #828acd color hex is 0.37, 0.33, 0.00, 0.20. Web safe color of #828acd is #9999cc. Color #828acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 11001101
Octal 202 212 315
Decimal 130 138 205
Hex 82 8A CD

RGB Percentages of Color #828acd

%27.48
%29.18
%43.34

CMYK Percentages of Color #828acd

%37
%33
%0
%20

Triadic Colors of #828acd

#828acd #cd828a #8acd82

Analogous Colors of #828acd

#828acd #a082cd #82b0cd

Monochromatic Colors of #828acd

#828acd

Complementary Color

#828acd #cdc582

#828acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#828acd Color CSS Codes

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

#828acd Text Font Color

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

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


#828acd Background Color

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

This div background color is #828acd


#828acd Border Color

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

This div border color is #828acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828acd


Comments

No comments written yet.

Please login to write comment.