Color Hex Logo

#628caa Color Hex

#628CAA
(98,140,170)
0 Favorites   0 Comments

Color spaces of #628caa

RGB 98140170
HSL0.570.300.53
HSV205°42°67°
CMYK 0.420.180.00   0.33
XYZ21.670824.255141.5697
Yxy24.25510.24770.2772
Hunter Lab49.2495-7.6428-15.5699
CIE-Lab56.3423-6.3642-20.3613

#628caa color RGB value is (98,140,170).

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

The process color (four color CMYK) of #628caa color hex is 0.42, 0.18, 0.00, 0.33. Web safe color of #628caa is #669999. Color #628caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001100 10101010
Octal 142 214 252
Decimal 98 140 170
Hex 62 8C AA

RGB Percentages of Color #628caa

%24.02
%34.31
%41.67

CMYK Percentages of Color #628caa

%42
%18
%0
%33

Triadic Colors of #628caa

#628caa #aa628c #8caa62

Analogous Colors of #628caa

#628caa #6268aa #62aaa4

Monochromatic Colors of #628caa

#628caa

Complementary Color

#628caa #aa8062

#628caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#628caa Color CSS Codes

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

#628caa Text Font Color

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

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


#628caa Background Color

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

This div background color is #628caa


#628caa Border Color

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

This div border color is #628caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628caa


Comments

No comments written yet.

Please login to write comment.