Color Hex Logo

#626296 Color Hex

#626296
(98,98,150)
0 Favorites   0 Comments

Color spaces of #626296

RGB 9898150
HSL0.670.210.49
HSV240°35°59°
CMYK 0.350.350.00   0.41
XYZ14.909713.534030.6807
Yxy13.53400.25220.2289
Hunter Lab36.78867.9626-23.6943
CIE-Lab43.557112.9466-28.4342

#626296 color RGB value is (98,98,150).

#626296 hex color red value is 98, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #626296 hue: 0.67 , saturation: 0.21 and the lightness value of 626296 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100010 10010110
Octal 142 142 226
Decimal 98 98 150
Hex 62 62 96

RGB Percentages of Color #626296

%28.32
%28.32
%43.35

CMYK Percentages of Color #626296

%35
%35
%0
%41

Triadic Colors of #626296

#626296 #966262 #629662

Analogous Colors of #626296

#626296 #7c6296 #627c96

Monochromatic Colors of #626296

#626296

Complementary Color

#626296 #969662

#626296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626296 Color CSS Codes

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

#626296 Text Font Color

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

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


#626296 Background Color

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

This div background color is #626296


#626296 Border Color

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

This div border color is #626296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626296


Comments

No comments written yet.

Please login to write comment.