Color Hex Logo

#624670 Color Hex

#624670
(98,70,112)
0 Favorites   0 Comments

Color spaces of #624670

RGB 9870112
HSL0.780.230.36
HSV280°38°44°
CMYK 0.130.380.00   0.56
XYZ10.15188.146816.3667
Yxy8.14680.29290.2350
Hunter Lab28.542613.5379-14.0178
CIE-Lab34.286820.4778-19.6388

#624670 color RGB value is (98,70,112).

#624670 hex color red value is 98, green value is 70 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #624670 hue: 0.78 , saturation: 0.23 and the lightness value of 624670 is 0.36.

The process color (four color CMYK) of #624670 color hex is 0.13, 0.38, 0.00, 0.56. Web safe color of #624670 is #663366. Color #624670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000110 01110000
Octal 142 106 160
Decimal 98 70 112
Hex 62 46 70

RGB Percentages of Color #624670

%35.00
%25.00
%40.00

CMYK Percentages of Color #624670

%13
%38
%0
%56

Triadic Colors of #624670

#624670 #706246 #467062

Analogous Colors of #624670

#624670 #704669 #4d4670

Monochromatic Colors of #624670

#624670

Complementary Color

#624670 #547046

#624670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#624670 Color CSS Codes

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

#624670 Text Font Color

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

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


#624670 Background Color

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

This div background color is #624670


#624670 Border Color

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

This div border color is #624670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624670


Comments

No comments written yet.

Please login to write comment.