Color Hex Logo

#625484 Color Hex

#625484
(98,84,132)
0 Favorites   0 Comments

Color spaces of #625484

RGB 9884132
HSL0.720.220.42
HSV258°36°52°
CMYK 0.260.360.00   0.48
XYZ12.372210.603323.2243
Yxy10.60330.26780.2295
Hunter Lab32.562710.8363-19.4928
CIE-Lab38.904116.7440-24.8348

#625484 color RGB value is (98,84,132).

#625484 hex color red value is 98, green value is 84 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #625484 hue: 0.72 , saturation: 0.22 and the lightness value of 625484 is 0.42.

The process color (four color CMYK) of #625484 color hex is 0.26, 0.36, 0.00, 0.48. Web safe color of #625484 is #666699. Color #625484 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010100 10000100
Octal 142 124 204
Decimal 98 84 132
Hex 62 54 84

RGB Percentages of Color #625484

%31.21
%26.75
%42.04

CMYK Percentages of Color #625484

%26
%36
%0
%48

Triadic Colors of #625484

#625484 #846254 #548462

Analogous Colors of #625484

#625484 #7a5484 #545e84

Monochromatic Colors of #625484

#625484

Complementary Color

#625484 #768454

#625484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625484 Color CSS Codes

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

#625484 Text Font Color

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

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


#625484 Background Color

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

This div background color is #625484


#625484 Border Color

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

This div border color is #625484


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,84,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #625484; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #625484;
  -webkit-box-shadow: 1px 1px 3px 2px #625484;
  box-shadow:         1px 1px 3px 2px #625484; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625484


Comments

No comments written yet.

Please login to write comment.