Color Hex Logo

#827ecd Color Hex

#827ECD
(130,126,205)
0 Favorites   0 Comments

Color spaces of #827ecd

RGB 130126205
HSL0.680.440.65
HSV243°39°80°
CMYK 0.370.390.00   0.20
XYZ27.686224.075360.9454
Yxy24.07530.24560.2136
Hunter Lab49.066614.8535-39.2972
CIE-Lab56.163120.3973-40.4061

#827ecd color RGB value is (130,126,205).

#827ecd hex color red value is 130, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #827ecd hue: 0.68 , saturation: 0.44 and the lightness value of 827ecd is 0.65.

The process color (four color CMYK) of #827ecd color hex is 0.37, 0.39, 0.00, 0.20. Web safe color of #827ecd is #9966cc. Color #827ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111110 11001101
Octal 202 176 315
Decimal 130 126 205
Hex 82 7E CD

RGB Percentages of Color #827ecd

%28.20
%27.33
%44.47

CMYK Percentages of Color #827ecd

%37
%39
%0
%20

Triadic Colors of #827ecd

#827ecd #cd827e #7ecd82

Analogous Colors of #827ecd

#827ecd #aa7ecd #7ea2cd

Monochromatic Colors of #827ecd

#827ecd

Complementary Color

#827ecd #c9cd7e

#827ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#827ecd Color CSS Codes

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

#827ecd Text Font Color

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

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


#827ecd Background Color

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

This div background color is #827ecd


#827ecd Border Color

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

This div border color is #827ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827ecd


Comments

No comments written yet.

Please login to write comment.