Color Hex Logo

#626eba Color Hex

#626EBA
(98,110,186)
0 Favorites   0 Comments

Color spaces of #626eba

RGB 98110186
HSL0.640.390.56
HSV232°47°73°
CMYK 0.470.410.00   0.27
XYZ19.475917.293748.7659
Yxy17.29370.22770.2022
Hunter Lab41.585710.8222-40.4171
CIE-Lab48.628016.2055-41.5926

#626eba color RGB value is (98,110,186).

#626eba hex color red value is 98, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #626eba hue: 0.64 , saturation: 0.39 and the lightness value of 626eba is 0.56.

The process color (four color CMYK) of #626eba color hex is 0.47, 0.41, 0.00, 0.27. Web safe color of #626eba is #6666cc. Color #626eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 10111010
Octal 142 156 272
Decimal 98 110 186
Hex 62 6E BA

RGB Percentages of Color #626eba

%24.87
%27.92
%47.21

CMYK Percentages of Color #626eba

%47
%41
%0
%27

Triadic Colors of #626eba

#626eba #ba626e #6eba62

Analogous Colors of #626eba

#626eba #8262ba #629aba

Monochromatic Colors of #626eba

#626eba

Complementary Color

#626eba #baae62

#626eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#626eba Color CSS Codes

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

#626eba Text Font Color

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

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


#626eba Background Color

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

This div background color is #626eba


#626eba Border Color

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

This div border color is #626eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626eba


Comments

No comments written yet.

Please login to write comment.