Color Hex Logo

#626594 Color Hex

#626594
(98,101,148)
0 Favorites   0 Comments

Color spaces of #626594

RGB 98101148
HSL0.660.200.48
HSV236°34°58°
CMYK 0.340.320.00   0.42
XYZ15.036014.042129.9349
Yxy14.04210.25480.2379
Hunter Lab37.47286.0459-21.1325
CIE-Lab44.293210.5327-26.0938

#626594 color RGB value is (98,101,148).

#626594 hex color red value is 98, green value is 101 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #626594 hue: 0.66 , saturation: 0.20 and the lightness value of 626594 is 0.48.

The process color (four color CMYK) of #626594 color hex is 0.34, 0.32, 0.00, 0.42. Web safe color of #626594 is #666699. Color #626594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100101 10010100
Octal 142 145 224
Decimal 98 101 148
Hex 62 65 94

RGB Percentages of Color #626594

%28.24
%29.11
%42.65

CMYK Percentages of Color #626594

%34
%32
%0
%42

Triadic Colors of #626594

#626594 #946265 #659462

Analogous Colors of #626594

#626594 #786294 #627e94

Monochromatic Colors of #626594

#626594

Complementary Color

#626594 #949162

#626594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626594 Color CSS Codes

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

#626594 Text Font Color

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

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


#626594 Background Color

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

This div background color is #626594


#626594 Border Color

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

This div border color is #626594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626594


Comments

No comments written yet.

Please login to write comment.