Color Hex Logo

#625699 Color Hex

#625699
(98,86,153)
0 Favorites   0 Comments

Color spaces of #625699

RGB 9886153
HSL0.700.280.47
HSV251°44°60°
CMYK 0.360.440.00   0.40
XYZ14.114611.552231.6229
Yxy11.55220.24640.2016
Hunter Lab33.988514.6467-31.3714
CIE-Lab40.495421.2623-35.0417

#625699 color RGB value is (98,86,153).

#625699 hex color red value is 98, green value is 86 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #625699 hue: 0.70 , saturation: 0.28 and the lightness value of 625699 is 0.47.

The process color (four color CMYK) of #625699 color hex is 0.36, 0.44, 0.00, 0.40. Web safe color of #625699 is #666699. Color #625699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010110 10011001
Octal 142 126 231
Decimal 98 86 153
Hex 62 56 99

RGB Percentages of Color #625699

%29.08
%25.52
%45.40

CMYK Percentages of Color #625699

%36
%44
%0
%40

Triadic Colors of #625699

#625699 #996256 #569962

Analogous Colors of #625699

#625699 #845699 #566c99

Monochromatic Colors of #625699

#625699

Complementary Color

#625699 #8d9956

#625699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625699 Color CSS Codes

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

#625699 Text Font Color

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

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


#625699 Background Color

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

This div background color is #625699


#625699 Border Color

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

This div border color is #625699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625699


Comments

No comments written yet.

Please login to write comment.