Color Hex Logo

#628bfd Color Hex

#628BFD
(98,139,253)
0 Favorites   0 Comments

Color spaces of #628bfd

RGB 98139253
HSL0.620.970.69
HSV224°61°99°
CMYK 0.610.450.00   0.01
XYZ31.999228.153896.6762
Yxy28.15380.20400.1795
Hunter Lab53.060214.7934-70.8849
CIE-Lab60.027420.1281-61.1462

#628bfd color RGB value is (98,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 11111101
Octal 142 213 375
Decimal 98 139 253
Hex 62 8B FD

RGB Percentages of Color #628bfd

%20.00
%28.37
%51.63

CMYK Percentages of Color #628bfd

%61
%45
%0
%1

Triadic Colors of #628bfd

#628bfd #fd628b #8bfd62

Analogous Colors of #628bfd

#628bfd #8762fd #62d9fd

Monochromatic Colors of #628bfd

#628bfd

Complementary Color

#628bfd #fdd462

#628bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#628bfd Color CSS Codes

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

#628bfd Text Font Color

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

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


#628bfd Background Color

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

This div background color is #628bfd


#628bfd Border Color

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

This div border color is #628bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.