Color Hex Logo

#624dbe Color Hex

#624DBE
(98,77,190)
0 Favorites   0 Comments

Color spaces of #624dbe

RGB 9877190
HSL0.700.470.52
HSV251°59°75°
CMYK 0.480.590.00   0.25
XYZ16.985111.622150.0633
Yxy11.62210.21590.1477
Hunter Lab34.091229.2736-63.2042
CIE-Lab40.609137.6259-56.7635

#624dbe color RGB value is (98,77,190).

#624dbe hex color red value is 98, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #624dbe hue: 0.70 , saturation: 0.47 and the lightness value of 624dbe is 0.52.

The process color (four color CMYK) of #624dbe color hex is 0.48, 0.59, 0.00, 0.25. Web safe color of #624dbe is #6666cc. Color #624dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001101 10111110
Octal 142 115 276
Decimal 98 77 190
Hex 62 4D BE

RGB Percentages of Color #624dbe

%26.85
%21.10
%52.05

CMYK Percentages of Color #624dbe

%48
%59
%0
%25

Triadic Colors of #624dbe

#624dbe #be624d #4dbe62

Analogous Colors of #624dbe

#624dbe #9b4dbe #4d71be

Monochromatic Colors of #624dbe

#624dbe

Complementary Color

#624dbe #a9be4d

#624dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#624dbe Color CSS Codes

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

#624dbe Text Font Color

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

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


#624dbe Background Color

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

This div background color is #624dbe


#624dbe Border Color

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

This div border color is #624dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624dbe


Comments

No comments written yet.

Please login to write comment.