Color Hex Logo

#827bda Color Hex

#827BDA
(130,123,218)
0 Favorites   0 Comments

Color spaces of #827bda

RGB 130123218
HSL0.680.560.67
HSV244°44°85°
CMYK 0.400.440.00   0.15
XYZ28.943823.973769.4316
Yxy23.97370.23660.1959
Hunter Lab48.962919.8328-49.8018
CIE-Lab56.061525.7798-47.9016

#827bda color RGB value is (130,123,218).

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

The process color (four color CMYK) of #827bda color hex is 0.40, 0.44, 0.00, 0.15. Web safe color of #827bda is #9966cc. Color #827bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11011010
Octal 202 173 332
Decimal 130 123 218
Hex 82 7B DA

RGB Percentages of Color #827bda

%27.60
%26.11
%46.28

CMYK Percentages of Color #827bda

%40
%44
%0
%15

Triadic Colors of #827bda

#827bda #da827b #7bda82

Analogous Colors of #827bda

#827bda #b27bda #7ba4da

Monochromatic Colors of #827bda

#827bda

Complementary Color

#827bda #d3da7b

#827bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bda Color CSS Codes

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

#827bda Text Font Color

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

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


#827bda Background Color

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

This div background color is #827bda


#827bda Border Color

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

This div border color is #827bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bda


Comments

No comments written yet.

Please login to write comment.