Color Hex Logo

#826fed Color Hex

#826FED
(130,111,237)
0 Favorites   0 Comments

Color spaces of #826fed

RGB 130111237
HSL0.690.780.68
HSV249°53°93°
CMYK 0.450.530.00   0.07
XYZ30.176422.229182.8209
Yxy22.22910.22320.1644
Hunter Lab47.147731.7384-71.1469
CIE-Lab54.269238.2137-61.4136

#826fed color RGB value is (130,111,237).

#826fed hex color red value is 130, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #826fed hue: 0.69 , saturation: 0.78 and the lightness value of 826fed is 0.68.

The process color (four color CMYK) of #826fed color hex is 0.45, 0.53, 0.00, 0.07. Web safe color of #826fed is #9966ff. Color #826fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 11101101
Octal 202 157 355
Decimal 130 111 237
Hex 82 6F ED

RGB Percentages of Color #826fed

%27.20
%23.22
%49.58

CMYK Percentages of Color #826fed

%45
%53
%0
%7

Triadic Colors of #826fed

#826fed #ed826f #6fed82

Analogous Colors of #826fed

#826fed #c16fed #6f9bed

Monochromatic Colors of #826fed

#826fed

Complementary Color

#826fed #daed6f

#826fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#826fed Color CSS Codes

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

#826fed Text Font Color

<p style="color:#826fed">Text here</p>

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


#826fed Background Color

<div style="background-color:#826fed">
Div content here</div>

This div background color is #826fed


#826fed Border Color

<div style="border:3px solid #826fed">
Div here</div>

This div border color is #826fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,111,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826fed;
  -webkit-box-shadow: 1px 1px 3px 2px #826fed;
  box-shadow:         1px 1px 3px 2px #826fed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826fed


Comments

No comments written yet.

Please login to write comment.