Color Hex Logo

#827afc Color Hex

#827AFC
(130,122,252)
0 Favorites   0 Comments

Color spaces of #827afc

RGB 130122252
HSL0.680.960.73
HSV244°52°99°
CMYK 0.480.520.00   0.01
XYZ33.736125.693295.2766
Yxy25.69320.21810.1661
Hunter Lab50.688530.0973-75.9626
CIE-Lab57.744736.1504-64.1498

#827afc color RGB value is (130,122,252).

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

The process color (four color CMYK) of #827afc color hex is 0.48, 0.52, 0.00, 0.01. Web safe color of #827afc is #9966ff. Color #827afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 11111100
Octal 202 172 374
Decimal 130 122 252
Hex 82 7A FC

RGB Percentages of Color #827afc

%25.79
%24.21
%50.00

CMYK Percentages of Color #827afc

%48
%52
%0
%1

Triadic Colors of #827afc

#827afc #fc827a #7afc82

Analogous Colors of #827afc

#827afc #c37afc #7ab3fc

Monochromatic Colors of #827afc

#827afc

Complementary Color

#827afc #f4fc7a

#827afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827afc Color CSS Codes

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

#827afc Text Font Color

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

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


#827afc Background Color

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

This div background color is #827afc


#827afc Border Color

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

This div border color is #827afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827afc

Related Colors


Comments

No comments written yet.

Please login to write comment.