Color Hex Logo

#826cdf Color Hex

#826CDF
(130,108,223)
0 Favorites   0 Comments

Color spaces of #826cdf

RGB 130108223
HSL0.700.640.65
HSV251°52°87°
CMYK 0.420.520.00   0.13
XYZ27.887820.798772.3567
Yxy20.79870.23040.1718
Hunter Lab45.605629.3429-62.1441
CIE-Lab52.728536.0042-56.0324

#826cdf color RGB value is (130,108,223).

#826cdf hex color red value is 130, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #826cdf hue: 0.70 , saturation: 0.64 and the lightness value of 826cdf is 0.65.

The process color (four color CMYK) of #826cdf color hex is 0.42, 0.52, 0.00, 0.13. Web safe color of #826cdf is #9966cc. Color #826cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 11011111
Octal 202 154 337
Decimal 130 108 223
Hex 82 6C DF

RGB Percentages of Color #826cdf

%28.20
%23.43
%48.37

CMYK Percentages of Color #826cdf

%42
%52
%0
%13

Triadic Colors of #826cdf

#826cdf #df826c #6cdf82

Analogous Colors of #826cdf

#826cdf #bc6cdf #6c90df

Monochromatic Colors of #826cdf

#826cdf

Complementary Color

#826cdf #c9df6c

#826cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#826cdf Color CSS Codes

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

#826cdf Text Font Color

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

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


#826cdf Background Color

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

This div background color is #826cdf


#826cdf Border Color

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

This div border color is #826cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826cdf


Comments

No comments written yet.

Please login to write comment.