Color Hex Logo

#628eba Color Hex

#628EBA
(98,142,186)
0 Favorites   0 Comments

Color spaces of #628eba

RGB 98142186
HSL0.580.390.56
HSV210°47°73°
CMYK 0.470.240.00   0.27
XYZ23.572925.487850.1316
Yxy25.48780.23760.2570
Hunter Lab50.4854-5.0035-23.5346
CIE-Lab57.5476-2.8721-27.6292

#628eba color RGB value is (98,142,186).

#628eba hex color red value is 98, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #628eba hue: 0.58 , saturation: 0.39 and the lightness value of 628eba is 0.56.

The process color (four color CMYK) of #628eba color hex is 0.47, 0.24, 0.00, 0.27. Web safe color of #628eba is #6699cc. Color #628eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 10111010
Octal 142 216 272
Decimal 98 142 186
Hex 62 8E BA

RGB Percentages of Color #628eba

%23.00
%33.33
%43.66

CMYK Percentages of Color #628eba

%47
%24
%0
%27

Triadic Colors of #628eba

#628eba #ba628e #8eba62

Analogous Colors of #628eba

#628eba #6262ba #62baba

Monochromatic Colors of #628eba

#628eba

Complementary Color

#628eba #ba8e62

#628eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#628eba Color CSS Codes

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

#628eba Text Font Color

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

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


#628eba Background Color

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

This div background color is #628eba


#628eba Border Color

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

This div border color is #628eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628eba


Comments

No comments written yet.

Please login to write comment.