Color Hex Logo

#827bef Color Hex

#827BEF
(130,123,239)
0 Favorites   0 Comments

Color spaces of #827bef

RGB 130123239
HSL0.680.780.71
HSV244°49°94°
CMYK 0.460.490.00   0.06
XYZ31.868925.143784.8349
Yxy25.14370.22470.1773
Hunter Lab50.143525.6953-65.2089
CIE-Lab57.215231.7772-57.8024

#827bef color RGB value is (130,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11101111
Octal 202 173 357
Decimal 130 123 239
Hex 82 7B EF

RGB Percentages of Color #827bef

%26.42
%25.00
%48.58

CMYK Percentages of Color #827bef

%46
%49
%0
%6

Triadic Colors of #827bef

#827bef #ef827b #7bef82

Analogous Colors of #827bef

#827bef #bc7bef #7baeef

Monochromatic Colors of #827bef

#827bef

Complementary Color

#827bef #e8ef7b

#827bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bef Color CSS Codes

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

#827bef Text Font Color

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

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


#827bef Background Color

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

This div background color is #827bef


#827bef Border Color

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

This div border color is #827bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bef


Comments

No comments written yet.

Please login to write comment.