Color Hex Logo

#827bfe Color Hex

#827BFE
(130,123,254)
0 Favorites   0 Comments

Color spaces of #827bfe

RGB 130123254
HSL0.680.980.74
HSV243°52°100°
CMYK 0.490.520.00   0.00
XYZ34.178326.067596.9961
Yxy26.06750.21740.1658
Hunter Lab51.056330.1434-76.8988
CIE-Lab58.101136.1543-64.6793

#827bfe color RGB value is (130,123,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11111110
Octal 202 173 376
Decimal 130 123 254
Hex 82 7B FE

RGB Percentages of Color #827bfe

%25.64
%24.26
%50.10

CMYK Percentages of Color #827bfe

%49
%52
%0
%0

Triadic Colors of #827bfe

#827bfe #fe827b #7bfe82

Analogous Colors of #827bfe

#827bfe #c47bfe #7bb6fe

Monochromatic Colors of #827bfe

#827bfe

Complementary Color

#827bfe #f7fe7b

#827bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bfe Color CSS Codes

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

#827bfe Text Font Color

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

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


#827bfe Background Color

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

This div background color is #827bfe


#827bfe Border Color

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

This div border color is #827bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.