Color Hex Logo

#627aeb Color Hex

#627AEB
(98,122,235)
0 Favorites   0 Comments

Color spaces of #627aeb

RGB 98122235
HSL0.640.770.65
HSV229°58°92°
CMYK 0.580.480.00   0.08
XYZ26.991922.513981.5202
Yxy22.51390.20600.1718
Hunter Lab47.448818.5067-68.6500
CIE-Lab54.568124.4783-59.9376

#627aeb color RGB value is (98,122,235).

#627aeb hex color red value is 98, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #627aeb hue: 0.64 , saturation: 0.77 and the lightness value of 627aeb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111010 11101011
Octal 142 172 353
Decimal 98 122 235
Hex 62 7A EB

RGB Percentages of Color #627aeb

%21.54
%26.81
%51.65

CMYK Percentages of Color #627aeb

%58
%48
%0
%8

Triadic Colors of #627aeb

#627aeb #eb627a #7aeb62

Analogous Colors of #627aeb

#627aeb #8f62eb #62bfeb

Monochromatic Colors of #627aeb

#627aeb

Complementary Color

#627aeb #ebd362

#627aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#627aeb Color CSS Codes

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

#627aeb Text Font Color

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

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


#627aeb Background Color

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

This div background color is #627aeb


#627aeb Border Color

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

This div border color is #627aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627aeb


Comments

No comments written yet.

Please login to write comment.