Color Hex Logo

#626581 Color Hex

#626581
(98,101,129)
0 Favorites   0 Comments

Color spaces of #626581

RGB 98101129
HSL0.650.140.45
HSV234°24°51°
CMYK 0.240.220.00   0.49
XYZ13.653113.489022.6529
Yxy13.48900.27420.2709
Hunter Lab36.72742.0830-10.8600
CIE-Lab43.49105.4324-15.9383

#626581 color RGB value is (98,101,129).

#626581 hex color red value is 98, green value is 101 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #626581 hue: 0.65 , saturation: 0.14 and the lightness value of 626581 is 0.45.

The process color (four color CMYK) of #626581 color hex is 0.24, 0.22, 0.00, 0.49. Web safe color of #626581 is #666699. Color #626581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100101 10000001
Octal 142 145 201
Decimal 98 101 129
Hex 62 65 81

RGB Percentages of Color #626581

%29.88
%30.79
%39.33

CMYK Percentages of Color #626581

%24
%22
%0
%49

Triadic Colors of #626581

#626581 #816265 #658162

Analogous Colors of #626581

#626581 #6f6281 #627581

Monochromatic Colors of #626581

#626581

Complementary Color

#626581 #817e62

#626581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626581 Color CSS Codes

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

#626581 Text Font Color

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

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


#626581 Background Color

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

This div background color is #626581


#626581 Border Color

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

This div border color is #626581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626581


Comments

No comments written yet.

Please login to write comment.