Color Hex Logo

#625899 Color Hex

#625899
(98,88,153)
0 Favorites   0 Comments

Color spaces of #625899

RGB 9888153
HSL0.690.270.47
HSV249°42°60°
CMYK 0.360.420.00   0.40
XYZ14.276511.876031.6768
Yxy11.87600.24690.2054
Hunter Lab34.461613.6400-30.3758
CIE-Lab41.018420.0166-34.2152

#625899 color RGB value is (98,88,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011000 10011001
Octal 142 130 231
Decimal 98 88 153
Hex 62 58 99

RGB Percentages of Color #625899

%28.91
%25.96
%45.13

CMYK Percentages of Color #625899

%36
%42
%0
%40

Triadic Colors of #625899

#625899 #996258 #589962

Analogous Colors of #625899

#625899 #835899 #586f99

Monochromatic Colors of #625899

#625899

Complementary Color

#625899 #8f9958

#625899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625899 Color CSS Codes

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

#625899 Text Font Color

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

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


#625899 Background Color

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

This div background color is #625899


#625899 Border Color

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

This div border color is #625899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625899


Comments

No comments written yet.

Please login to write comment.