Color Hex Logo

#829cec Color Hex

#829CEC
(130,156,236)
0 Favorites   0 Comments

Color spaces of #829cec

RGB 130156236
HSL0.630.740.72
HSV225°45°93°
CMYK 0.450.340.00   0.07
XYZ36.234734.578984.1215
Yxy34.57890.23390.2232
Hunter Lab58.80387.0843-43.6543
CIE-Lab65.419511.6018-43.1397

#829cec color RGB value is (130,156,236).

#829cec hex color red value is 130, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #829cec hue: 0.63 , saturation: 0.74 and the lightness value of 829cec is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 11101100
Octal 202 234 354
Decimal 130 156 236
Hex 82 9C EC

RGB Percentages of Color #829cec

%24.90
%29.89
%45.21

CMYK Percentages of Color #829cec

%45
%34
%0
%7

Triadic Colors of #829cec

#829cec #ec829c #9cec82

Analogous Colors of #829cec

#829cec #9d82ec #82d1ec

Monochromatic Colors of #829cec

#829cec

Complementary Color

#829cec #ecd282

#829cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cec Color CSS Codes

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

#829cec Text Font Color

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

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


#829cec Background Color

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

This div background color is #829cec


#829cec Border Color

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

This div border color is #829cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cec


Comments

No comments written yet.

Please login to write comment.