Color Hex Logo

#628bcb Color Hex

#628BCB
(98,139,203)
0 Favorites   0 Comments

Color spaces of #628bcb

RGB 98139203
HSL0.600.500.59
HSV217°52°80°
CMYK 0.520.320.00   0.20
XYZ25.049125.373760.0773
Yxy25.37370.22670.2296
Hunter Lab50.37230.6128-35.4525
CIE-Lab57.43774.0268-37.4221

#628bcb color RGB value is (98,139,203).

#628bcb hex color red value is 98, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #628bcb hue: 0.60 , saturation: 0.50 and the lightness value of 628bcb is 0.59.

The process color (four color CMYK) of #628bcb color hex is 0.52, 0.32, 0.00, 0.20. Web safe color of #628bcb is #6699cc. Color #628bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 11001011
Octal 142 213 313
Decimal 98 139 203
Hex 62 8B CB

RGB Percentages of Color #628bcb

%22.27
%31.59
%46.14

CMYK Percentages of Color #628bcb

%52
%32
%0
%20

Triadic Colors of #628bcb

#628bcb #cb628b #8bcb62

Analogous Colors of #628bcb

#628bcb #6e62cb #62c0cb

Monochromatic Colors of #628bcb

#628bcb

Complementary Color

#628bcb #cba262

#628bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#628bcb Color CSS Codes

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

#628bcb Text Font Color

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

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


#628bcb Background Color

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

This div background color is #628bcb


#628bcb Border Color

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

This div border color is #628bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628bcb


Comments

No comments written yet.

Please login to write comment.