Color Hex Logo

#627cbd Color Hex

#627CBD
(98,124,189)
0 Favorites   0 Comments

Color spaces of #627cbd

RGB 98124189
HSL0.620.410.56
HSV223°48°74°
CMYK 0.480.340.00   0.26
XYZ21.430020.686151.0074
Yxy20.68610.23010.2221
Hunter Lab45.48204.5114-34.6555
CIE-Lab52.60428.6127-37.0465

#627cbd color RGB value is (98,124,189).

#627cbd hex color red value is 98, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #627cbd hue: 0.62 , saturation: 0.41 and the lightness value of 627cbd is 0.56.

The process color (four color CMYK) of #627cbd color hex is 0.48, 0.34, 0.00, 0.26. Web safe color of #627cbd is #6666cc. Color #627cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111100 10111101
Octal 142 174 275
Decimal 98 124 189
Hex 62 7C BD

RGB Percentages of Color #627cbd

%23.84
%30.17
%45.99

CMYK Percentages of Color #627cbd

%48
%34
%0
%26

Triadic Colors of #627cbd

#627cbd #bd627c #7cbd62

Analogous Colors of #627cbd

#627cbd #7662bd #62aabd

Monochromatic Colors of #627cbd

#627cbd

Complementary Color

#627cbd #bda362

#627cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#627cbd Color CSS Codes

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

#627cbd Text Font Color

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

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


#627cbd Background Color

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

This div background color is #627cbd


#627cbd Border Color

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

This div border color is #627cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627cbd


Comments

No comments written yet.

Please login to write comment.