Color Hex Logo

#625caa Color Hex

#625CAA
(98,92,170)
0 Favorites   0 Comments

Color spaces of #625caa

RGB 9892170
HSL0.680.310.51
HSV245°46°67°
CMYK 0.420.460.00   0.33
XYZ16.119813.153239.7194
Yxy13.15320.23360.1906
Hunter Lab36.267315.8703-39.5463
CIE-Lab42.993222.4836-41.1916

#625caa color RGB value is (98,92,170).

#625caa hex color red value is 98, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #625caa hue: 0.68 , saturation: 0.31 and the lightness value of 625caa is 0.51.

The process color (four color CMYK) of #625caa color hex is 0.42, 0.46, 0.00, 0.33. Web safe color of #625caa is #666699. Color #625caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011100 10101010
Octal 142 134 252
Decimal 98 92 170
Hex 62 5C AA

RGB Percentages of Color #625caa

%27.22
%25.56
%47.22

CMYK Percentages of Color #625caa

%42
%46
%0
%33

Triadic Colors of #625caa

#625caa #aa625c #5caa62

Analogous Colors of #625caa

#625caa #895caa #5c7daa

Monochromatic Colors of #625caa

#625caa

Complementary Color

#625caa #a4aa5c

#625caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#625caa Color CSS Codes

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

#625caa Text Font Color

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

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


#625caa Background Color

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

This div background color is #625caa


#625caa Border Color

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

This div border color is #625caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625caa


Comments

No comments written yet.

Please login to write comment.