Color Hex Logo

#626eea Color Hex

#626EEA
(98,110,234)
0 Favorites   0 Comments

Color spaces of #626eea

RGB 98110234
HSL0.650.760.65
HSV235°58°92°
CMYK 0.580.530.00   0.08
XYZ25.464219.689080.3002
Yxy19.68900.20300.1569
Hunter Lab44.372324.7854-76.2361
CIE-Lab51.483831.4516-64.3448

#626eea color RGB value is (98,110,234).

#626eea hex color red value is 98, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #626eea hue: 0.65 , saturation: 0.76 and the lightness value of 626eea is 0.65.

The process color (four color CMYK) of #626eea color hex is 0.58, 0.53, 0.00, 0.08. Web safe color of #626eea is #6666ff. Color #626eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 11101010
Octal 142 156 352
Decimal 98 110 234
Hex 62 6E EA

RGB Percentages of Color #626eea

%22.17
%24.89
%52.94

CMYK Percentages of Color #626eea

%58
%53
%0
%8

Triadic Colors of #626eea

#626eea #ea626e #6eea62

Analogous Colors of #626eea

#626eea #9a62ea #62b2ea

Monochromatic Colors of #626eea

#626eea

Complementary Color

#626eea #eade62

#626eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#626eea Color CSS Codes

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

#626eea Text Font Color

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

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


#626eea Background Color

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

This div background color is #626eea


#626eea Border Color

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

This div border color is #626eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626eea


Comments

No comments written yet.

Please login to write comment.