Color Hex Logo

#628cbd Color Hex

#628CBD
(98,140,189)
0 Favorites   0 Comments

Color spaces of #628cbd

RGB 98140189
HSL0.590.410.56
HSV212°48°74°
CMYK 0.480.260.00   0.26
XYZ23.600425.027051.7309
Yxy25.02700.23520.2494
Hunter Lab50.0270-3.3393-26.2905
CIE-Lab57.1017-0.8279-30.0232

#628cbd color RGB value is (98,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001100 10111101
Octal 142 214 275
Decimal 98 140 189
Hex 62 8C BD

RGB Percentages of Color #628cbd

%22.95
%32.79
%44.26

CMYK Percentages of Color #628cbd

%48
%26
%0
%26

Triadic Colors of #628cbd

#628cbd #bd628c #8cbd62

Analogous Colors of #628cbd

#628cbd #6662bd #62babd

Monochromatic Colors of #628cbd

#628cbd

Complementary Color

#628cbd #bd9362

#628cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#628cbd Color CSS Codes

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

#628cbd Text Font Color

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

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


#628cbd Background Color

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

This div background color is #628cbd


#628cbd Border Color

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

This div border color is #628cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628cbd


Comments

No comments written yet.

Please login to write comment.