Color Hex Logo

#628bfe Color Hex

#628BFE
(98,139,254)
0 Favorites   0 Comments

Color spaces of #628bfe

RGB 98139254
HSL0.620.990.69
HSV224°61°100°
CMYK 0.610.450.00   0.00
XYZ32.159028.217797.5175
Yxy28.21770.20370.1787
Hunter Lab53.120315.1031-71.6594
CIE-Lab60.084920.4584-61.6030

#628bfe color RGB value is (98,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 11111110
Octal 142 213 376
Decimal 98 139 254
Hex 62 8B FE

RGB Percentages of Color #628bfe

%19.96
%28.31
%51.73

CMYK Percentages of Color #628bfe

%61
%45
%0
%0

Triadic Colors of #628bfe

#628bfe #fe628b #8bfe62

Analogous Colors of #628bfe

#628bfe #8762fe #62d9fe

Monochromatic Colors of #628bfe

#628bfe

Complementary Color

#628bfe #fed562

#628bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#628bfe Color CSS Codes

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

#628bfe Text Font Color

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

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


#628bfe Background Color

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

This div background color is #628bfe


#628bfe Border Color

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

This div border color is #628bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628bfe


Comments

No comments written yet.

Please login to write comment.