Color Hex Logo

#6082eb Color Hex

#6082EB
(96,130,235)
0 Favorites   0 Comments

Color spaces of #6082eb

RGB 96130235
HSL0.630.780.65
HSV225°59°92°
CMYK 0.590.450.00   0.08
XYZ27.801924.450281.8513
Yxy24.45020.20730.1823
Hunter Lab49.447113.8300-63.5315
CIE-Lab56.535819.2521-56.7905

#6082eb color RGB value is (96,130,235).

#6082eb hex color red value is 96, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6082eb hue: 0.63 , saturation: 0.78 and the lightness value of 6082eb is 0.65.

The process color (four color CMYK) of #6082eb color hex is 0.59, 0.45, 0.00, 0.08. Web safe color of #6082eb is #6699ff. Color #6082eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000010 11101011
Octal 140 202 353
Decimal 96 130 235
Hex 60 82 EB

RGB Percentages of Color #6082eb

%20.82
%28.20
%50.98

CMYK Percentages of Color #6082eb

%59
%45
%0
%8

Triadic Colors of #6082eb

#6082eb #eb6082 #82eb60

Analogous Colors of #6082eb

#6082eb #8460eb #60c8eb

Monochromatic Colors of #6082eb

#6082eb

Complementary Color

#6082eb #ebc960

#6082eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6082eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6082eb Color CSS Codes

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

#6082eb Text Font Color

<p style="color:#6082eb">Text here</p>

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


#6082eb Background Color

<div style="background-color:#6082eb">
Div content here</div>

This div background color is #6082eb


#6082eb Border Color

<div style="border:3px solid #6082eb">
Div here</div>

This div border color is #6082eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,130,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6082eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6082eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6082eb;
  box-shadow:         1px 1px 3px 2px #6082eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6082eb


Comments

No comments written yet.

Please login to write comment.