Color Hex Logo

#626270 Color Hex

#626270
(98,98,112)
0 Favorites   0 Comments

Color spaces of #626270

RGB 9898112
HSL0.670.070.41
HSV240°13°44°
CMYK 0.130.130.00   0.56
XYZ12.329312.501917.0925
Yxy12.50190.29410.2982
Hunter Lab35.35800.3662-3.9109
CIE-Lab42.00293.0939-7.8843

#626270 color RGB value is (98,98,112).

#626270 hex color red value is 98, green value is 98 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #626270 hue: 0.67 , saturation: 0.07 and the lightness value of 626270 is 0.41.

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

Base Numbers

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

RGB Percentages of Color #626270

%31.82
%31.82
%36.36

CMYK Percentages of Color #626270

%13
%13
%0
%56

Triadic Colors of #626270

#626270 #706262 #627062

Analogous Colors of #626270

#626270 #696270 #626970

Monochromatic Colors of #626270

#626270

Complementary Color

#626270 #707062

#626270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626270 Color CSS Codes

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

#626270 Text Font Color

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

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


#626270 Background Color

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

This div background color is #626270


#626270 Border Color

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

This div border color is #626270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626270


Comments

No comments written yet.

Please login to write comment.