Color Hex Logo

#628eef Color Hex

#628EEF
(98,142,239)
0 Favorites   0 Comments

Color spaces of #628eef

RGB 98142239
HSL0.610.820.66
HSV221°59°94°
CMYK 0.590.410.00   0.06
XYZ30.290028.174785.5032
Yxy28.17470.21040.1957
Hunter Lab53.07988.9712-58.3509
CIE-Lab60.046213.7404-53.4032

#628eef color RGB value is (98,142,239).

#628eef hex color red value is 98, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #628eef hue: 0.61 , saturation: 0.82 and the lightness value of 628eef is 0.66.

The process color (four color CMYK) of #628eef color hex is 0.59, 0.41, 0.00, 0.06. Web safe color of #628eef is #6699ff. Color #628eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 11101111
Octal 142 216 357
Decimal 98 142 239
Hex 62 8E EF

RGB Percentages of Color #628eef

%20.46
%29.65
%49.90

CMYK Percentages of Color #628eef

%59
%41
%0
%6

Triadic Colors of #628eef

#628eef #ef628e #8eef62

Analogous Colors of #628eef

#628eef #7d62ef #62d5ef

Monochromatic Colors of #628eef

#628eef

Complementary Color

#628eef #efc362

#628eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#628eef Color CSS Codes

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

#628eef Text Font Color

<p style="color:#628eef">Text here</p>

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


#628eef Background Color

<div style="background-color:#628eef">
Div content here</div>

This div background color is #628eef


#628eef Border Color

<div style="border:3px solid #628eef">
Div here</div>

This div border color is #628eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,142,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #628eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #628eef;
  -webkit-box-shadow: 1px 1px 3px 2px #628eef;
  box-shadow:         1px 1px 3px 2px #628eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628eef


Comments

No comments written yet.

Please login to write comment.