Color Hex Logo

#628dbe Color Hex

#628DBE
(98,141,190)
0 Favorites   0 Comments

Color spaces of #628dbe

RGB 98141190
HSL0.590.410.56
HSV212°48°75°
CMYK 0.480.260.00   0.25
XYZ23.856125.364152.3536
Yxy25.36410.23490.2497
Hunter Lab50.3628-3.5821-26.3798
CIE-Lab57.4285-1.1054-30.0835

#628dbe color RGB value is (98,141,190).

#628dbe hex color red value is 98, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #628dbe hue: 0.59 , saturation: 0.41 and the lightness value of 628dbe is 0.56.

The process color (four color CMYK) of #628dbe color hex is 0.48, 0.26, 0.00, 0.25. Web safe color of #628dbe is #6699cc. Color #628dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001101 10111110
Octal 142 215 276
Decimal 98 141 190
Hex 62 8D BE

RGB Percentages of Color #628dbe

%22.84
%32.87
%44.29

CMYK Percentages of Color #628dbe

%48
%26
%0
%25

Triadic Colors of #628dbe

#628dbe #be628d #8dbe62

Analogous Colors of #628dbe

#628dbe #6562be #62bbbe

Monochromatic Colors of #628dbe

#628dbe

Complementary Color

#628dbe #be9362

#628dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#628dbe Color CSS Codes

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

#628dbe Text Font Color

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

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


#628dbe Background Color

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

This div background color is #628dbe


#628dbe Border Color

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

This div border color is #628dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628dbe


Comments

No comments written yet.

Please login to write comment.