Color Hex Logo

#627caa Color Hex

#627CAA
(98,124,170)
0 Favorites   0 Comments

Color spaces of #627caa

RGB 98124170
HSL0.610.300.53
HSV218°42°67°
CMYK 0.420.270.00   0.33
XYZ19.500419.914340.8463
Yxy19.91430.24300.2481
Hunter Lab44.6254-0.0937-23.0312
CIE-Lab51.74022.9144-27.4494

#627caa color RGB value is (98,124,170).

#627caa hex color red value is 98, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #627caa hue: 0.61 , saturation: 0.30 and the lightness value of 627caa is 0.53.

The process color (four color CMYK) of #627caa color hex is 0.42, 0.27, 0.00, 0.33. Web safe color of #627caa is #666699. Color #627caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111100 10101010
Octal 142 174 252
Decimal 98 124 170
Hex 62 7C AA

RGB Percentages of Color #627caa

%25.00
%31.63
%43.37

CMYK Percentages of Color #627caa

%42
%27
%0
%33

Triadic Colors of #627caa

#627caa #aa627c #7caa62

Analogous Colors of #627caa

#627caa #6c62aa #62a0aa

Monochromatic Colors of #627caa

#627caa

Complementary Color

#627caa #aa9062

#627caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#627caa Color CSS Codes

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

#627caa Text Font Color

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

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


#627caa Background Color

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

This div background color is #627caa


#627caa Border Color

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

This div border color is #627caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627caa


Comments

No comments written yet.

Please login to write comment.