Color Hex Logo

#628dad Color Hex

#628DAD
(98,141,173)
0 Favorites   0 Comments

Color spaces of #628dad

RGB 98141173
HSL0.570.310.53
HSV206°43°68°
CMYK 0.430.180.00   0.32
XYZ22.104724.663643.1307
Yxy24.66360.24590.2743
Hunter Lab49.6625-7.4592-16.7283
CIE-Lab56.7462-6.0798-21.4588

#628dad color RGB value is (98,141,173).

#628dad hex color red value is 98, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #628dad hue: 0.57 , saturation: 0.31 and the lightness value of 628dad is 0.53.

The process color (four color CMYK) of #628dad color hex is 0.43, 0.18, 0.00, 0.32. Web safe color of #628dad is #669999. Color #628dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001101 10101101
Octal 142 215 255
Decimal 98 141 173
Hex 62 8D AD

RGB Percentages of Color #628dad

%23.79
%34.22
%41.99

CMYK Percentages of Color #628dad

%43
%18
%0
%32

Triadic Colors of #628dad

#628dad #ad628d #8dad62

Analogous Colors of #628dad

#628dad #6268ad #62ada8

Monochromatic Colors of #628dad

#628dad

Complementary Color

#628dad #ad8262

#628dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#628dad Color CSS Codes

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

#628dad Text Font Color

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

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


#628dad Background Color

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

This div background color is #628dad


#628dad Border Color

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

This div border color is #628dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628dad


Comments

No comments written yet.

Please login to write comment.