Color Hex Logo

#626eae Color Hex

#626EAE
(98,110,174)
0 Favorites   0 Comments

Color spaces of #626eae

RGB 98110174
HSL0.640.320.53
HSV231°44°68°
CMYK 0.440.370.00   0.32
XYZ18.252916.804542.3260
Yxy16.80450.23590.2172
Hunter Lab40.99337.7416-32.5222
CIE-Lab48.012812.5533-35.5972

#626eae color RGB value is (98,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 10101110
Octal 142 156 256
Decimal 98 110 174
Hex 62 6E AE

RGB Percentages of Color #626eae

%25.65
%28.80
%45.55

CMYK Percentages of Color #626eae

%44
%37
%0
%32

Triadic Colors of #626eae

#626eae #ae626e #6eae62

Analogous Colors of #626eae

#626eae #7c62ae #6294ae

Monochromatic Colors of #626eae

#626eae

Complementary Color

#626eae #aea262

#626eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#626eae Color CSS Codes

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

#626eae Text Font Color

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

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


#626eae Background Color

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

This div background color is #626eae


#626eae Border Color

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

This div border color is #626eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626eae


Comments

No comments written yet.

Please login to write comment.