Color Hex Logo

#628bff Color Hex

#628BFF
(98,139,255)
0 Favorites   0 Comments

Color spaces of #628bff

RGB 98139255
HSL0.621.000.69
HSV224°62°100°
CMYK 0.620.450.00   0.00
XYZ32.319628.281998.3633
Yxy28.28190.20330.1779
Hunter Lab53.180715.4138-72.4365
CIE-Lab60.142620.7889-62.0594

#628bff color RGB value is (98,139,255).

#628bff hex color red value is 98, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #628bff hue: 0.62 , saturation: 1.00 and the lightness value of 628bff is 0.69.

The process color (four color CMYK) of #628bff color hex is 0.62, 0.45, 0.00, 0.00. Web safe color of #628bff is #6699ff. Color #628bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 11111111
Octal 142 213 377
Decimal 98 139 255
Hex 62 8B FF

RGB Percentages of Color #628bff

%19.92
%28.25
%51.83

CMYK Percentages of Color #628bff

%62
%45
%0
%0

Triadic Colors of #628bff

#628bff #ff628b #8bff62

Analogous Colors of #628bff

#628bff #8862ff #62daff

Monochromatic Colors of #628bff

#628bff

Complementary Color

#628bff #ffd662

#628bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#628bff Color CSS Codes

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

#628bff Text Font Color

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

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


#628bff Background Color

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

This div background color is #628bff


#628bff Border Color

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

This div border color is #628bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628bff

Related Colors


Comments

No comments written yet.

Please login to write comment.