Color Hex Logo

#827bec Color Hex

#827BEC
(130,123,236)
0 Favorites   0 Comments

Color spaces of #827bec

RGB 130123236
HSL0.680.750.70
HSV244°48°93°
CMYK 0.450.480.00   0.07
XYZ31.429224.967982.5197
Yxy24.96790.22620.1797
Hunter Lab49.967924.8305-62.9372
CIE-Lab57.044130.9095-56.4077

#827bec color RGB value is (130,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11101100
Octal 202 173 354
Decimal 130 123 236
Hex 82 7B EC

RGB Percentages of Color #827bec

%26.58
%25.15
%48.26

CMYK Percentages of Color #827bec

%45
%48
%0
%7

Triadic Colors of #827bec

#827bec #ec827b #7bec82

Analogous Colors of #827bec

#827bec #bb7bec #7badec

Monochromatic Colors of #827bec

#827bec

Complementary Color

#827bec #e5ec7b

#827bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bec Color CSS Codes

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

#827bec Text Font Color

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

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


#827bec Background Color

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

This div background color is #827bec


#827bec Border Color

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

This div border color is #827bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,123,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 #827bec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bec


Comments

No comments written yet.

Please login to write comment.