Color Hex Logo

#624baa Color Hex

#624BAA
(98,75,170)
0 Favorites   0 Comments

Color spaces of #624baa

RGB 9875170
HSL0.710.390.48
HSV255°56°67°
CMYK 0.420.560.00   0.33
XYZ14.808810.531139.2824
Yxy10.53110.22920.1630
Hunter Lab32.451724.6653-49.0538
CIE-Lab38.779232.9311-47.9310

#624baa color RGB value is (98,75,170).

#624baa hex color red value is 98, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #624baa hue: 0.71 , saturation: 0.39 and the lightness value of 624baa is 0.48.

The process color (four color CMYK) of #624baa color hex is 0.42, 0.56, 0.00, 0.33. Web safe color of #624baa is #663399. Color #624baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001011 10101010
Octal 142 113 252
Decimal 98 75 170
Hex 62 4B AA

RGB Percentages of Color #624baa

%28.57
%21.87
%49.56

CMYK Percentages of Color #624baa

%42
%56
%0
%33

Triadic Colors of #624baa

#624baa #aa624b #4baa62

Analogous Colors of #624baa

#624baa #924baa #4b63aa

Monochromatic Colors of #624baa

#624baa

Complementary Color

#624baa #93aa4b

#624baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#624baa Color CSS Codes

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

#624baa Text Font Color

<p style="color:#624baa">Text here</p>

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


#624baa Background Color

<div style="background-color:#624baa">
Div content here</div>

This div background color is #624baa


#624baa Border Color

<div style="border:3px solid #624baa">
Div here</div>

This div border color is #624baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624baa


Comments

No comments written yet.

Please login to write comment.