Color Hex Logo

#628ecb Color Hex

#628ECB
(98,142,203)
0 Favorites   0 Comments

Color spaces of #628ecb

RGB 98142203
HSL0.600.500.59
HSV215°52°80°
CMYK 0.520.300.00   0.20
XYZ25.489526.254560.2241
Yxy26.25450.22760.2345
Hunter Lab51.2391-0.8716-33.8193
CIE-Lab58.27782.2735-36.1071

#628ecb color RGB value is (98,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 11001011
Octal 142 216 313
Decimal 98 142 203
Hex 62 8E CB

RGB Percentages of Color #628ecb

%22.12
%32.05
%45.82

CMYK Percentages of Color #628ecb

%52
%30
%0
%20

Triadic Colors of #628ecb

#628ecb #cb628e #8ecb62

Analogous Colors of #628ecb

#628ecb #6b62cb #62c3cb

Monochromatic Colors of #628ecb

#628ecb

Complementary Color

#628ecb #cb9f62

#628ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#628ecb Color CSS Codes

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

#628ecb Text Font Color

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

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


#628ecb Background Color

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

This div background color is #628ecb


#628ecb Border Color

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

This div border color is #628ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628ecb


Comments

No comments written yet.

Please login to write comment.