Color Hex Logo

#828acf Color Hex

#828ACF
(130,138,207)
0 Favorites   0 Comments

Color spaces of #828acf

RGB 130138207
HSL0.650.450.66
HSV234°37°81°
CMYK 0.370.330.00   0.19
XYZ29.556927.427862.7678
Yxy27.42780.24680.2290
Hunter Lab52.37169.0897-34.3995
CIE-Lab59.368213.8850-36.5067

#828acf color RGB value is (130,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 11001111
Octal 202 212 317
Decimal 130 138 207
Hex 82 8A CF

RGB Percentages of Color #828acf

%27.37
%29.05
%43.58

CMYK Percentages of Color #828acf

%37
%33
%0
%19

Triadic Colors of #828acf

#828acf #cf828a #8acf82

Analogous Colors of #828acf

#828acf #a182cf #82b1cf

Monochromatic Colors of #828acf

#828acf

Complementary Color

#828acf #cfc782

#828acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#828acf Color CSS Codes

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

#828acf Text Font Color

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

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


#828acf Background Color

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

This div background color is #828acf


#828acf Border Color

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

This div border color is #828acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828acf


Comments

No comments written yet.

Please login to write comment.