Color Hex Logo

#628ada Color Hex

#628ADA
(98,138,218)
0 Favorites   0 Comments

Color spaces of #628ada

RGB 98138218
HSL0.610.620.62
HSV220°55°85°
CMYK 0.550.370.00   0.15
XYZ26.780425.835669.9050
Yxy25.83560.21860.2109
Hunter Lab50.82875.0969-45.9617
CIE-Lab57.88079.3392-45.1554

#628ada color RGB value is (98,138,218).

#628ada hex color red value is 98, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #628ada hue: 0.61 , saturation: 0.62 and the lightness value of 628ada is 0.62.

The process color (four color CMYK) of #628ada color hex is 0.55, 0.37, 0.00, 0.15. Web safe color of #628ada is #6699cc. Color #628ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 11011010
Octal 142 212 332
Decimal 98 138 218
Hex 62 8A DA

RGB Percentages of Color #628ada

%21.59
%30.40
%48.02

CMYK Percentages of Color #628ada

%55
%37
%0
%15

Triadic Colors of #628ada

#628ada #da628a #8ada62

Analogous Colors of #628ada

#628ada #7662da #62c6da

Monochromatic Colors of #628ada

#628ada

Complementary Color

#628ada #dab262

#628ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#628ada Color CSS Codes

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

#628ada Text Font Color

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

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


#628ada Background Color

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

This div background color is #628ada


#628ada Border Color

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

This div border color is #628ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628ada


Comments

No comments written yet.

Please login to write comment.