Color Hex Logo

#628ab0 Color Hex

#628AB0
(98,138,176)
0 Favorites   0 Comments

Color spaces of #628ab0

RGB 98138176
HSL0.580.330.54
HSV209°44°69°
CMYK 0.440.220.00   0.31
XYZ21.962023.908244.5315
Yxy23.90820.24290.2645
Hunter Lab48.8960-5.3934-19.7705
CIE-Lab55.9958-3.5083-24.3258

#628ab0 color RGB value is (98,138,176).

#628ab0 hex color red value is 98, green value is 138 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #628ab0 hue: 0.58 , saturation: 0.33 and the lightness value of 628ab0 is 0.54.

The process color (four color CMYK) of #628ab0 color hex is 0.44, 0.22, 0.00, 0.31. Web safe color of #628ab0 is #669999. Color #628ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 10110000
Octal 142 212 260
Decimal 98 138 176
Hex 62 8A B0

RGB Percentages of Color #628ab0

%23.79
%33.50
%42.72

CMYK Percentages of Color #628ab0

%44
%22
%0
%31

Triadic Colors of #628ab0

#628ab0 #b0628a #8ab062

Analogous Colors of #628ab0

#628ab0 #6263b0 #62b0af

Monochromatic Colors of #628ab0

#628ab0

Complementary Color

#628ab0 #b08862

#628ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628ab0 Color CSS Codes

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

#628ab0 Text Font Color

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

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


#628ab0 Background Color

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

This div background color is #628ab0


#628ab0 Border Color

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

This div border color is #628ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628ab0


Comments

No comments written yet.

Please login to write comment.