Color Hex Logo

#626cad Color Hex

#626CAD
(98,108,173)
0 Favorites   0 Comments

Color spaces of #626cad

RGB 98108173
HSL0.640.310.53
HSV232°43°68°
CMYK 0.430.380.00   0.32
XYZ17.942416.338941.7432
Yxy16.33890.23600.2149
Hunter Lab40.42148.4958-32.9338
CIE-Lab47.416013.4804-35.9530

#626cad color RGB value is (98,108,173).

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

The process color (four color CMYK) of #626cad color hex is 0.43, 0.38, 0.00, 0.32. Web safe color of #626cad is #666699. Color #626cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101100 10101101
Octal 142 154 255
Decimal 98 108 173
Hex 62 6C AD

RGB Percentages of Color #626cad

%25.86
%28.50
%45.65

CMYK Percentages of Color #626cad

%43
%38
%0
%32

Triadic Colors of #626cad

#626cad #ad626c #6cad62

Analogous Colors of #626cad

#626cad #7e62ad #6292ad

Monochromatic Colors of #626cad

#626cad

Complementary Color

#626cad #ada362

#626cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#626cad Color CSS Codes

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

#626cad Text Font Color

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

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


#626cad Background Color

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

This div background color is #626cad


#626cad Border Color

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

This div border color is #626cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626cad


Comments

No comments written yet.

Please login to write comment.