Color Hex Logo

#628bdf Color Hex

#628BDF
(98,139,223)
0 Favorites   0 Comments

Color spaces of #628bdf

RGB 98139223
HSL0.610.660.63
HSV220°56°87°
CMYK 0.560.380.00   0.13
XYZ27.588926.389673.4517
Yxy26.38960.21650.2071
Hunter Lab51.37085.9652-48.8153
CIE-Lab58.405010.3451-47.1213

#628bdf color RGB value is (98,139,223).

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

The process color (four color CMYK) of #628bdf color hex is 0.56, 0.38, 0.00, 0.13. Web safe color of #628bdf is #6699cc. Color #628bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 11011111
Octal 142 213 337
Decimal 98 139 223
Hex 62 8B DF

RGB Percentages of Color #628bdf

%21.30
%30.22
%48.48

CMYK Percentages of Color #628bdf

%56
%38
%0
%13

Triadic Colors of #628bdf

#628bdf #df628b #8bdf62

Analogous Colors of #628bdf

#628bdf #7862df #62cadf

Monochromatic Colors of #628bdf

#628bdf

Complementary Color

#628bdf #dfb662

#628bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#628bdf Color CSS Codes

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

#628bdf Text Font Color

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

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


#628bdf Background Color

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

This div background color is #628bdf


#628bdf Border Color

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

This div border color is #628bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628bdf


Comments

No comments written yet.

Please login to write comment.