Color Hex Logo

#627fbd Color Hex

#627FBD
(98,127,189)
0 Favorites   0 Comments

Color spaces of #627fbd

RGB 98127189
HSL0.610.410.56
HSV221°48°74°
CMYK 0.480.330.00   0.26
XYZ21.811721.449551.1347
Yxy21.44950.23110.2272
Hunter Lab46.31363.0170-33.0424
CIE-Lab53.43806.8151-35.7381

#627fbd color RGB value is (98,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111111 10111101
Octal 142 177 275
Decimal 98 127 189
Hex 62 7F BD

RGB Percentages of Color #627fbd

%23.67
%30.68
%45.65

CMYK Percentages of Color #627fbd

%48
%33
%0
%26

Triadic Colors of #627fbd

#627fbd #bd627f #7fbd62

Analogous Colors of #627fbd

#627fbd #7362bd #62adbd

Monochromatic Colors of #627fbd

#627fbd

Complementary Color

#627fbd #bda062

#627fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#627fbd Color CSS Codes

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

#627fbd Text Font Color

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

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


#627fbd Background Color

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

This div background color is #627fbd


#627fbd Border Color

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

This div border color is #627fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627fbd


Comments

No comments written yet.

Please login to write comment.