Color Hex Logo

#827bfa Color Hex

#827BFA
(130,123,250)
0 Favorites   0 Comments

Color spaces of #827bfa

RGB 130123250
HSL0.680.930.73
HSV243°51°98°
CMYK 0.480.510.00   0.02
XYZ33.544225.813993.6571
Yxy25.81390.21920.1687
Hunter Lab50.807428.9369-73.7286
CIE-Lab57.860034.9809-62.8609

#827bfa color RGB value is (130,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11111010
Octal 202 173 372
Decimal 130 123 250
Hex 82 7B FA

RGB Percentages of Color #827bfa

%25.84
%24.45
%49.70

CMYK Percentages of Color #827bfa

%48
%51
%0
%2

Triadic Colors of #827bfa

#827bfa #fa827b #7bfa82

Analogous Colors of #827bfa

#827bfa #c27bfa #7bb4fa

Monochromatic Colors of #827bfa

#827bfa

Complementary Color

#827bfa #f3fa7b

#827bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bfa Color CSS Codes

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

#827bfa Text Font Color

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

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


#827bfa Background Color

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

This div background color is #827bfa


#827bfa Border Color

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

This div border color is #827bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.