Color Hex Logo

#827acc Color Hex

#827ACC
(130,122,204)
0 Favorites   0 Comments

Color spaces of #827acc

RGB 130122204
HSL0.680.450.64
HSV246°40°80°
CMYK 0.360.400.00   0.20
XYZ27.064523.024560.1445
Yxy23.02450.24550.2089
Hunter Lab47.983916.7082-40.7273
CIE-Lab55.097622.4904-41.5180

#827acc color RGB value is (130,122,204).

#827acc hex color red value is 130, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #827acc hue: 0.68 , saturation: 0.45 and the lightness value of 827acc is 0.64.

The process color (four color CMYK) of #827acc color hex is 0.36, 0.40, 0.00, 0.20. Web safe color of #827acc is #9966cc. Color #827acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 11001100
Octal 202 172 314
Decimal 130 122 204
Hex 82 7A CC

RGB Percentages of Color #827acc

%28.51
%26.75
%44.74

CMYK Percentages of Color #827acc

%36
%40
%0
%20

Triadic Colors of #827acc

#827acc #cc827a #7acc82

Analogous Colors of #827acc

#827acc #ab7acc #7a9bcc

Monochromatic Colors of #827acc

#827acc

Complementary Color

#827acc #c4cc7a

#827acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827acc Color CSS Codes

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

#827acc Text Font Color

<p style="color:#827acc">Text here</p>

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


#827acc Background Color

<div style="background-color:#827acc">
Div content here</div>

This div background color is #827acc


#827acc Border Color

<div style="border:3px solid #827acc">
Div here</div>

This div border color is #827acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,122,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #827acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #827acc;
  -webkit-box-shadow: 1px 1px 3px 2px #827acc;
  box-shadow:         1px 1px 3px 2px #827acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827acc


Comments

No comments written yet.

Please login to write comment.