Color Hex Logo

#626aae Color Hex

#626AAE
(98,106,174)
0 Favorites   0 Comments

Color spaces of #626aae

RGB 98106174
HSL0.650.320.53
HSV234°44°68°
CMYK 0.440.390.00   0.32
XYZ17.831015.960742.1853
Yxy15.96070.23470.2101
Hunter Lab39.95089.7548-34.6405
CIE-Lab46.922915.0111-37.3143

#626aae color RGB value is (98,106,174).

#626aae hex color red value is 98, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #626aae hue: 0.65 , saturation: 0.32 and the lightness value of 626aae is 0.53.

The process color (four color CMYK) of #626aae color hex is 0.44, 0.39, 0.00, 0.32. Web safe color of #626aae is #666699. Color #626aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101010 10101110
Octal 142 152 256
Decimal 98 106 174
Hex 62 6A AE

RGB Percentages of Color #626aae

%25.93
%28.04
%46.03

CMYK Percentages of Color #626aae

%44
%39
%0
%32

Triadic Colors of #626aae

#626aae #ae626a #6aae62

Analogous Colors of #626aae

#626aae #8062ae #6290ae

Monochromatic Colors of #626aae

#626aae

Complementary Color

#626aae #aea662

#626aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#626aae Color CSS Codes

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

#626aae Text Font Color

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

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


#626aae Background Color

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

This div background color is #626aae


#626aae Border Color

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

This div border color is #626aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626aae


Comments

No comments written yet.

Please login to write comment.