Color Hex Logo

#628ade Color Hex

#628ADE
(98,138,222)
0 Favorites   0 Comments

Color spaces of #628ade

RGB 98138222
HSL0.610.650.63
HSV221°56°87°
CMYK 0.560.380.00   0.13
XYZ27.310326.047672.6955
Yxy26.04760.21670.2066
Hunter Lab51.03686.2025-48.7253
CIE-Lab58.082210.6184-47.0738

#628ade color RGB value is (98,138,222).

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

The process color (four color CMYK) of #628ade color hex is 0.56, 0.38, 0.00, 0.13. Web safe color of #628ade is #6699cc. Color #628ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 11011110
Octal 142 212 336
Decimal 98 138 222
Hex 62 8A DE

RGB Percentages of Color #628ade

%21.40
%30.13
%48.47

CMYK Percentages of Color #628ade

%56
%38
%0
%13

Triadic Colors of #628ade

#628ade #de628a #8ade62

Analogous Colors of #628ade

#628ade #7862de #62c8de

Monochromatic Colors of #628ade

#628ade

Complementary Color

#628ade #deb662

#628ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#628ade Color CSS Codes

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

#628ade Text Font Color

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

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


#628ade Background Color

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

This div background color is #628ade


#628ade Border Color

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

This div border color is #628ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628ade


Comments

No comments written yet.

Please login to write comment.