Color Hex Logo

#628fcb Color Hex

#628FCB
(98,143,203)
0 Favorites   0 Comments

Color spaces of #628fcb

RGB 98143203
HSL0.600.500.59
HSV214°52°80°
CMYK 0.520.300.00   0.20
XYZ25.639026.553460.2739
Yxy26.55340.22800.2361
Hunter Lab51.5300-1.3639-33.2797
CIE-Lab58.55861.6922-35.6682

#628fcb color RGB value is (98,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001111 11001011
Octal 142 217 313
Decimal 98 143 203
Hex 62 8F CB

RGB Percentages of Color #628fcb

%22.07
%32.21
%45.72

CMYK Percentages of Color #628fcb

%52
%30
%0
%20

Triadic Colors of #628fcb

#628fcb #cb628f #8fcb62

Analogous Colors of #628fcb

#628fcb #6a62cb #62c4cb

Monochromatic Colors of #628fcb

#628fcb

Complementary Color

#628fcb #cb9e62

#628fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#628fcb Color CSS Codes

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

#628fcb Text Font Color

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

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


#628fcb Background Color

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

This div background color is #628fcb


#628fcb Border Color

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

This div border color is #628fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628fcb


Comments

No comments written yet.

Please login to write comment.