Color Hex Logo

#829cea Color Hex

#829CEA
(130,156,234)
0 Favorites   0 Comments

Color spaces of #829cea

RGB 130156234
HSL0.630.710.71
HSV225°44°92°
CMYK 0.440.330.00   0.08
XYZ35.945734.463382.5994
Yxy34.46330.23490.2252
Hunter Lab58.70556.5621-42.3281
CIE-Lab65.328711.0269-42.1827

#829cea color RGB value is (130,156,234).

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

The process color (four color CMYK) of #829cea color hex is 0.44, 0.33, 0.00, 0.08. Web safe color of #829cea is #9999ff. Color #829cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 11101010
Octal 202 234 352
Decimal 130 156 234
Hex 82 9C EA

RGB Percentages of Color #829cea

%25.00
%30.00
%45.00

CMYK Percentages of Color #829cea

%44
%33
%0
%8

Triadic Colors of #829cea

#829cea #ea829c #9cea82

Analogous Colors of #829cea

#829cea #9c82ea #82d0ea

Monochromatic Colors of #829cea

#829cea

Complementary Color

#829cea #ead082

#829cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cea Color CSS Codes

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

#829cea Text Font Color

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

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


#829cea Background Color

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

This div background color is #829cea


#829cea Border Color

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

This div border color is #829cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cea


Comments

No comments written yet.

Please login to write comment.