Color Hex Logo

#627eea Color Hex

#627EEA
(98,126,234)
0 Favorites   0 Comments

Color spaces of #627eea

RGB 98126234
HSL0.630.760.65
HSV228°58°92°
CMYK 0.580.460.00   0.08
XYZ27.349123.458980.9285
Yxy23.45890.20760.1781
Hunter Lab48.434416.0321-65.1630
CIE-Lab55.541921.7241-57.8181

#627eea color RGB value is (98,126,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111110 11101010
Octal 142 176 352
Decimal 98 126 234
Hex 62 7E EA

RGB Percentages of Color #627eea

%21.40
%27.51
%51.09

CMYK Percentages of Color #627eea

%58
%46
%0
%8

Triadic Colors of #627eea

#627eea #ea627e #7eea62

Analogous Colors of #627eea

#627eea #8a62ea #62c2ea

Monochromatic Colors of #627eea

#627eea

Complementary Color

#627eea #eace62

#627eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#627eea Color CSS Codes

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

#627eea Text Font Color

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

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


#627eea Background Color

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

This div background color is #627eea


#627eea Border Color

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

This div border color is #627eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,126,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 #627eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627eea


Comments

No comments written yet.

Please login to write comment.