Color Hex Logo

#626eaa Color Hex

#626EAA
(98,110,170)
0 Favorites   0 Comments

Color spaces of #626eaa

RGB 98110170
HSL0.640.300.53
HSV230°42°67°
CMYK 0.420.350.00   0.33
XYZ17.868616.650840.3024
Yxy16.65080.23880.2225
Hunter Lab40.80546.7554-29.9954
CIE-Lab47.817011.3582-33.5704

#626eaa color RGB value is (98,110,170).

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

The process color (four color CMYK) of #626eaa color hex is 0.42, 0.35, 0.00, 0.33. Web safe color of #626eaa is #666699. Color #626eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 10101010
Octal 142 156 252
Decimal 98 110 170
Hex 62 6E AA

RGB Percentages of Color #626eaa

%25.93
%29.10
%44.97

CMYK Percentages of Color #626eaa

%42
%35
%0
%33

Triadic Colors of #626eaa

#626eaa #aa626e #6eaa62

Analogous Colors of #626eaa

#626eaa #7a62aa #6292aa

Monochromatic Colors of #626eaa

#626eaa

Complementary Color

#626eaa #aa9e62

#626eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#626eaa Color CSS Codes

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

#626eaa Text Font Color

<p style="color:#626eaa">Text here</p>

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


#626eaa Background Color

<div style="background-color:#626eaa">
Div content here</div>

This div background color is #626eaa


#626eaa Border Color

<div style="border:3px solid #626eaa">
Div here</div>

This div border color is #626eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,110,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 #626eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626eaa


Comments

No comments written yet.

Please login to write comment.