Color Hex Logo

#625786 Color Hex

#625786
(98,87,134)
0 Favorites   0 Comments

Color spaces of #625786

RGB 9887134
HSL0.710.210.43
HSV254°35°53°
CMYK 0.270.350.00   0.47
XYZ12.748311.134324.0315
Yxy11.13430.26610.2324
Hunter Lab33.36819.8018-19.3426
CIE-Lab39.805815.3998-24.6490

#625786 color RGB value is (98,87,134).

#625786 hex color red value is 98, green value is 87 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #625786 hue: 0.71 , saturation: 0.21 and the lightness value of 625786 is 0.43.

The process color (four color CMYK) of #625786 color hex is 0.27, 0.35, 0.00, 0.47. Web safe color of #625786 is #666699. Color #625786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010111 10000110
Octal 142 127 206
Decimal 98 87 134
Hex 62 57 86

RGB Percentages of Color #625786

%30.72
%27.27
%42.01

CMYK Percentages of Color #625786

%27
%35
%0
%47

Triadic Colors of #625786

#625786 #866257 #578662

Analogous Colors of #625786

#625786 #7a5786 #576486

Monochromatic Colors of #625786

#625786

Complementary Color

#625786 #7b8657

#625786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625786 Color CSS Codes

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

#625786 Text Font Color

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

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


#625786 Background Color

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

This div background color is #625786


#625786 Border Color

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

This div border color is #625786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625786


Comments

No comments written yet.

Please login to write comment.