Color Hex Logo

#626275 Color Hex

#626275
(98,98,117)
1 Favorites   0 Comments

Color spaces of #626275

RGB 9898117
HSL0.670.090.42
HSV240°16°46°
CMYK 0.160.160.00   0.54
XYZ12.615612.616418.5999
Yxy12.61640.28780.2878
Hunter Lab35.51961.2392-6.1836
CIE-Lab42.17954.2771-10.6626

#626275 color RGB value is (98,98,117).

#626275 hex color red value is 98, green value is 98 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #626275 hue: 0.67 , saturation: 0.09 and the lightness value of 626275 is 0.42.

The process color (four color CMYK) of #626275 color hex is 0.16, 0.16, 0.00, 0.54. Web safe color of #626275 is #666666. Color #626275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100010 01110101
Octal 142 142 165
Decimal 98 98 117
Hex 62 62 75

RGB Percentages of Color #626275

%31.31
%31.31
%37.38

CMYK Percentages of Color #626275

%16
%16
%0
%54

Triadic Colors of #626275

#626275 #756262 #627562

Analogous Colors of #626275

#626275 #6c6275 #626c75

Monochromatic Colors of #626275

#626275

Complementary Color

#626275 #757562

#626275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626275 Color CSS Codes

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

#626275 Text Font Color

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

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


#626275 Background Color

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

This div background color is #626275


#626275 Border Color

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

This div border color is #626275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626275


Comments

No comments written yet.

Please login to write comment.