Color Hex Logo

#625aad Color Hex

#625AAD
(98,90,173)
0 Favorites   0 Comments

Color spaces of #625aad

RGB 9890173
HSL0.680.340.52
HSV246°48°68°
CMYK 0.430.480.00   0.32
XYZ16.236012.926141.1744
Yxy12.92610.23080.1838
Hunter Lab35.952917.6914-42.7338
CIE-Lab42.651724.6190-43.5044

#625aad color RGB value is (98,90,173).

#625aad hex color red value is 98, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #625aad hue: 0.68 , saturation: 0.34 and the lightness value of 625aad is 0.52.

The process color (four color CMYK) of #625aad color hex is 0.43, 0.48, 0.00, 0.32. Web safe color of #625aad is #666699. Color #625aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011010 10101101
Octal 142 132 255
Decimal 98 90 173
Hex 62 5A AD

RGB Percentages of Color #625aad

%27.15
%24.93
%47.92

CMYK Percentages of Color #625aad

%43
%48
%0
%32

Triadic Colors of #625aad

#625aad #ad625a #5aad62

Analogous Colors of #625aad

#625aad #8c5aad #5a7cad

Monochromatic Colors of #625aad

#625aad

Complementary Color

#625aad #a5ad5a

#625aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#625aad Color CSS Codes

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

#625aad Text Font Color

<p style="color:#625aad">Text here</p>

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


#625aad Background Color

<div style="background-color:#625aad">
Div content here</div>

This div background color is #625aad


#625aad Border Color

<div style="border:3px solid #625aad">
Div here</div>

This div border color is #625aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625aad


Comments

No comments written yet.

Please login to write comment.