Color Hex Logo

#826ddc Color Hex

#826DDC
(130,109,220)
0 Favorites   0 Comments

Color spaces of #826ddc

RGB 130109220
HSL0.700.610.65
HSV251°50°86°
CMYK 0.410.500.00   0.14
XYZ27.592820.850470.2804
Yxy20.85040.23240.1756
Hunter Lab45.662227.9552-59.2918
CIE-Lab52.785434.5833-54.2487

#826ddc color RGB value is (130,109,220).

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

The process color (four color CMYK) of #826ddc color hex is 0.41, 0.50, 0.00, 0.14. Web safe color of #826ddc is #9966cc. Color #826ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 11011100
Octal 202 155 334
Decimal 130 109 220
Hex 82 6D DC

RGB Percentages of Color #826ddc

%28.32
%23.75
%47.93

CMYK Percentages of Color #826ddc

%41
%50
%0
%14

Triadic Colors of #826ddc

#826ddc #dc826d #6ddc82

Analogous Colors of #826ddc

#826ddc #ba6ddc #6d90dc

Monochromatic Colors of #826ddc

#826ddc

Complementary Color

#826ddc #c7dc6d

#826ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#826ddc Color CSS Codes

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

#826ddc Text Font Color

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

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


#826ddc Background Color

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

This div background color is #826ddc


#826ddc Border Color

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

This div border color is #826ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826ddc


Comments

No comments written yet.

Please login to write comment.