Color Hex Logo

#627dbd Color Hex

#627DBD
(98,125,189)
0 Favorites   0 Comments

Color spaces of #627dbd

RGB 98125189
HSL0.620.410.56
HSV222°48°74°
CMYK 0.480.340.00   0.26
XYZ21.555920.938051.0494
Yxy20.93800.23040.2238
Hunter Lab45.75814.0119-34.1155
CIE-Lab52.88168.0120-36.6109

#627dbd color RGB value is (98,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111101 10111101
Octal 142 175 275
Decimal 98 125 189
Hex 62 7D BD

RGB Percentages of Color #627dbd

%23.79
%30.34
%45.87

CMYK Percentages of Color #627dbd

%48
%34
%0
%26

Triadic Colors of #627dbd

#627dbd #bd627d #7dbd62

Analogous Colors of #627dbd

#627dbd #7562bd #62abbd

Monochromatic Colors of #627dbd

#627dbd

Complementary Color

#627dbd #bda262

#627dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#627dbd Color CSS Codes

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

#627dbd Text Font Color

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

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


#627dbd Background Color

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

This div background color is #627dbd


#627dbd Border Color

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

This div border color is #627dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627dbd


Comments

No comments written yet.

Please login to write comment.