Color Hex Logo

#626cea Color Hex

#626CEA
(98,108,234)
0 Favorites   0 Comments

Color spaces of #626cea

RGB 98108234
HSL0.650.760.65
HSV236°58°92°
CMYK 0.580.540.00   0.08
XYZ25.250819.262380.2290
Yxy19.26230.20240.1544
Hunter Lab43.888825.8919-77.6602
CIE-Lab50.992732.6654-65.1381

#626cea color RGB value is (98,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101100 11101010
Octal 142 154 352
Decimal 98 108 234
Hex 62 6C EA

RGB Percentages of Color #626cea

%22.27
%24.55
%53.18

CMYK Percentages of Color #626cea

%58
%54
%0
%8

Triadic Colors of #626cea

#626cea #ea626c #6cea62

Analogous Colors of #626cea

#626cea #9c62ea #62b0ea

Monochromatic Colors of #626cea

#626cea

Complementary Color

#626cea #eae062

#626cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#626cea Color CSS Codes

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

#626cea Text Font Color

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

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


#626cea Background Color

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

This div background color is #626cea


#626cea Border Color

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

This div border color is #626cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626cea


Comments

No comments written yet.

Please login to write comment.