Color Hex Logo

#626ae2 Color Hex

#626AE2
(98,106,226)
0 Favorites   0 Comments

Color spaces of #626ae2

RGB 98106226
HSL0.660.690.64
HSV236°57°89°
CMYK 0.570.530.00   0.11
XYZ23.918518.395774.2416
Yxy18.39570.20520.1578
Hunter Lab42.890224.4859-72.6060
CIE-Lab49.972631.3068-62.2865

#626ae2 color RGB value is (98,106,226).

#626ae2 hex color red value is 98, green value is 106 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #626ae2 hue: 0.66 , saturation: 0.69 and the lightness value of 626ae2 is 0.64.

The process color (four color CMYK) of #626ae2 color hex is 0.57, 0.53, 0.00, 0.11. Web safe color of #626ae2 is #6666cc. Color #626ae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101010 11100010
Octal 142 152 342
Decimal 98 106 226
Hex 62 6A E2

RGB Percentages of Color #626ae2

%22.79
%24.65
%52.56

CMYK Percentages of Color #626ae2

%57
%53
%0
%11

Triadic Colors of #626ae2

#626ae2 #e2626a #6ae262

Analogous Colors of #626ae2

#626ae2 #9a62e2 #62aae2

Monochromatic Colors of #626ae2

#626ae2

Complementary Color

#626ae2 #e2da62

#626ae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626ae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626ae2 Color CSS Codes

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

#626ae2 Text Font Color

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

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


#626ae2 Background Color

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

This div background color is #626ae2


#626ae2 Border Color

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

This div border color is #626ae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626ae2


Comments

No comments written yet.

Please login to write comment.