Color Hex Logo

#6282ee Color Hex

#6282EE
(98,130,238)
0 Favorites   0 Comments

Color spaces of #6282ee

RGB 98130238
HSL0.630.800.66
HSV226°59°93°
CMYK 0.590.450.00   0.07
XYZ28.452324.735084.1637
Yxy24.73500.20720.1801
Hunter Lab49.734315.0824-65.5205
CIE-Lab56.816320.6111-58.0035

#6282ee color RGB value is (98,130,238).

#6282ee hex color red value is 98, green value is 130 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6282ee hue: 0.63 , saturation: 0.80 and the lightness value of 6282ee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000010 11101110
Octal 142 202 356
Decimal 98 130 238
Hex 62 82 EE

RGB Percentages of Color #6282ee

%21.03
%27.90
%51.07

CMYK Percentages of Color #6282ee

%59
%45
%0
%7

Triadic Colors of #6282ee

#6282ee #ee6282 #82ee62

Analogous Colors of #6282ee

#6282ee #8862ee #62c8ee

Monochromatic Colors of #6282ee

#6282ee

Complementary Color

#6282ee #eece62

#6282ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6282ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6282ee Color CSS Codes

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

#6282ee Text Font Color

<p style="color:#6282ee">Text here</p>

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


#6282ee Background Color

<div style="background-color:#6282ee">
Div content here</div>

This div background color is #6282ee


#6282ee Border Color

<div style="border:3px solid #6282ee">
Div here</div>

This div border color is #6282ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,130,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6282ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6282ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6282ee;
  box-shadow:         1px 1px 3px 2px #6282ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6282ee


Comments

No comments written yet.

Please login to write comment.