Color Hex Logo

#628be5 Color Hex

#628BE5
(98,139,229)
0 Favorites   0 Comments

Color spaces of #628be5

RGB 98139229
HSL0.610.720.64
HSV221°57°90°
CMYK 0.570.390.00   0.10
XYZ28.412526.719177.7885
Yxy26.71910.21380.2010
Hunter Lab51.69057.6569-53.0415
CIE-Lab58.713412.2779-49.9759

#628be5 color RGB value is (98,139,229).

#628be5 hex color red value is 98, green value is 139 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #628be5 hue: 0.61 , saturation: 0.72 and the lightness value of 628be5 is 0.64.

The process color (four color CMYK) of #628be5 color hex is 0.57, 0.39, 0.00, 0.10. Web safe color of #628be5 is #6699cc. Color #628be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 11100101
Octal 142 213 345
Decimal 98 139 229
Hex 62 8B E5

RGB Percentages of Color #628be5

%21.03
%29.83
%49.14

CMYK Percentages of Color #628be5

%57
%39
%0
%10

Triadic Colors of #628be5

#628be5 #e5628b #8be562

Analogous Colors of #628be5

#628be5 #7b62e5 #62cde5

Monochromatic Colors of #628be5

#628be5

Complementary Color

#628be5 #e5bc62

#628be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628be5 Color CSS Codes

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

#628be5 Text Font Color

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

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


#628be5 Background Color

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

This div background color is #628be5


#628be5 Border Color

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

This div border color is #628be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628be5


Comments

No comments written yet.

Please login to write comment.