Color Hex Logo

#624bac Color Hex

#624BAC
(98,75,172)
0 Favorites   0 Comments

Color spaces of #624bac

RGB 9875172
HSL0.710.390.48
HSV254°56°67°
CMYK 0.430.560.00   0.33
XYZ14.999510.607440.2866
Yxy10.60740.22760.1610
Hunter Lab32.569025.2116-50.5411
CIE-Lab38.911233.5122-48.9065

#624bac color RGB value is (98,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001011 10101100
Octal 142 113 254
Decimal 98 75 172
Hex 62 4B AC

RGB Percentages of Color #624bac

%28.41
%21.74
%49.86

CMYK Percentages of Color #624bac

%43
%56
%0
%33

Triadic Colors of #624bac

#624bac #ac624b #4bac62

Analogous Colors of #624bac

#624bac #934bac #4b65ac

Monochromatic Colors of #624bac

#624bac

Complementary Color

#624bac #95ac4b

#624bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#624bac Color CSS Codes

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

#624bac Text Font Color

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

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


#624bac Background Color

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

This div background color is #624bac


#624bac Border Color

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

This div border color is #624bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624bac


Comments

No comments written yet.

Please login to write comment.