Color Hex Logo

#628aaf Color Hex

#628AAF
(98,138,175)
0 Favorites   0 Comments

Color spaces of #628aaf

RGB 98138175
HSL0.580.320.54
HSV209°44°69°
CMYK 0.440.210.00   0.31
XYZ21.863323.868844.0123
Yxy23.86880.24360.2660
Hunter Lab48.8557-5.6174-19.2132
CIE-Lab55.9562-3.7981-23.8148

#628aaf color RGB value is (98,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 10101111
Octal 142 212 257
Decimal 98 138 175
Hex 62 8A AF

RGB Percentages of Color #628aaf

%23.84
%33.58
%42.58

CMYK Percentages of Color #628aaf

%44
%21
%0
%31

Triadic Colors of #628aaf

#628aaf #af628a #8aaf62

Analogous Colors of #628aaf

#628aaf #6264af #62afae

Monochromatic Colors of #628aaf

#628aaf

Complementary Color

#628aaf #af8762

#628aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#628aaf Color CSS Codes

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

#628aaf Text Font Color

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

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


#628aaf Background Color

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

This div background color is #628aaf


#628aaf Border Color

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

This div border color is #628aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628aaf


Comments

No comments written yet.

Please login to write comment.