Color Hex Logo

#82a3ea Color Hex

#82A3EA
(130,163,234)
0 Favorites   0 Comments

Color spaces of #82a3ea

RGB 130163234
HSL0.610.710.71
HSV221°44°92°
CMYK 0.440.300.00   0.08
XYZ37.154436.880783.0023
Yxy36.88070.23660.2349
Hunter Lab60.72952.9300-38.5242
CIE-Lab67.18747.0232-39.2740

#82a3ea color RGB value is (130,163,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10100011 11101010
Octal 202 243 352
Decimal 130 163 234
Hex 82 A3 EA

RGB Percentages of Color #82a3ea

%24.67
%30.93
%44.40

CMYK Percentages of Color #82a3ea

%44
%30
%0
%8

Triadic Colors of #82a3ea

#82a3ea #ea82a3 #a3ea82

Analogous Colors of #82a3ea

#82a3ea #9582ea #82d7ea

Monochromatic Colors of #82a3ea

#82a3ea

Complementary Color

#82a3ea #eac982

#82a3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82a3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82a3ea Color CSS Codes

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

#82a3ea Text Font Color

<p style="color:#82a3ea">Text here</p>

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


#82a3ea Background Color

<div style="background-color:#82a3ea">
Div content here</div>

This div background color is #82a3ea


#82a3ea Border Color

<div style="border:3px solid #82a3ea">
Div here</div>

This div border color is #82a3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82a3ea


Comments

No comments written yet.

Please login to write comment.