Color Hex Logo

#628dfa Color Hex

#628DFA
(98,141,250)
0 Favorites   0 Comments

Color spaces of #628dfa

RGB 98141250
HSL0.620.940.68
HSV223°61°98°
CMYK 0.610.440.00   0.02
XYZ31.817228.548694.2760
Yxy28.54860.20570.1846
Hunter Lab53.430912.7897-67.2125
CIE-Lab60.381217.9427-58.9321

#628dfa color RGB value is (98,141,250).

#628dfa hex color red value is 98, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #628dfa hue: 0.62 , saturation: 0.94 and the lightness value of 628dfa is 0.68.

The process color (four color CMYK) of #628dfa color hex is 0.61, 0.44, 0.00, 0.02. Web safe color of #628dfa is #6699ff. Color #628dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001101 11111010
Octal 142 215 372
Decimal 98 141 250
Hex 62 8D FA

RGB Percentages of Color #628dfa

%20.04
%28.83
%51.12

CMYK Percentages of Color #628dfa

%61
%44
%0
%2

Triadic Colors of #628dfa

#628dfa #fa628d #8dfa62

Analogous Colors of #628dfa

#628dfa #8362fa #62d9fa

Monochromatic Colors of #628dfa

#628dfa

Complementary Color

#628dfa #facf62

#628dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#628dfa Color CSS Codes

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

#628dfa Text Font Color

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

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


#628dfa Background Color

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

This div background color is #628dfa


#628dfa Border Color

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

This div border color is #628dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628dfa


Comments

No comments written yet.

Please login to write comment.