Color Hex Logo

#627aee Color Hex

#627AEE
(98,122,238)
0 Favorites   0 Comments

Color spaces of #627aee

RGB 98122238
HSL0.640.800.66
HSV230°59°93°
CMYK 0.590.490.00   0.07
XYZ27.429222.688883.8226
Yxy22.68880.20480.1694
Hunter Lab47.632819.4314-70.9937
CIE-Lab54.750325.4580-61.3172

#627aee color RGB value is (98,122,238).

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

The process color (four color CMYK) of #627aee color hex is 0.59, 0.49, 0.00, 0.07. Web safe color of #627aee is #6666ff. Color #627aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111010 11101110
Octal 142 172 356
Decimal 98 122 238
Hex 62 7A EE

RGB Percentages of Color #627aee

%21.40
%26.64
%51.97

CMYK Percentages of Color #627aee

%59
%49
%0
%7

Triadic Colors of #627aee

#627aee #ee627a #7aee62

Analogous Colors of #627aee

#627aee #9062ee #62c0ee

Monochromatic Colors of #627aee

#627aee

Complementary Color

#627aee #eed662

#627aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#627aee Color CSS Codes

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

#627aee Text Font Color

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

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


#627aee Background Color

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

This div background color is #627aee


#627aee Border Color

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

This div border color is #627aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627aee


Comments

No comments written yet.

Please login to write comment.