Color Hex Logo

#827cec Color Hex

#827CEC
(130,124,236)
0 Favorites   0 Comments

Color spaces of #827cec

RGB 130124236
HSL0.680.750.71
HSV243°47°93°
CMYK 0.450.470.00   0.07
XYZ31.553925.217382.5612
Yxy25.21730.22650.1810
Hunter Lab50.216824.2816-62.3266
CIE-Lab57.286530.3213-56.0203

#827cec color RGB value is (130,124,236).

#827cec hex color red value is 130, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #827cec hue: 0.68 , saturation: 0.75 and the lightness value of 827cec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111100 11101100
Octal 202 174 354
Decimal 130 124 236
Hex 82 7C EC

RGB Percentages of Color #827cec

%26.53
%25.31
%48.16

CMYK Percentages of Color #827cec

%45
%47
%0
%7

Triadic Colors of #827cec

#827cec #ec827c #7cec82

Analogous Colors of #827cec

#827cec #ba7cec #7caeec

Monochromatic Colors of #827cec

#827cec

Complementary Color

#827cec #e6ec7c

#827cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#827cec Color CSS Codes

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

#827cec Text Font Color

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

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


#827cec Background Color

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

This div background color is #827cec


#827cec Border Color

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

This div border color is #827cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827cec


Comments

No comments written yet.

Please login to write comment.