Color Hex Logo

#628cde Color Hex

#628CDE
(98,140,222)
0 Favorites   0 Comments

Color spaces of #628cde

RGB 98140222
HSL0.610.650.63
HSV220°56°87°
CMYK 0.560.370.00   0.13
XYZ27.599926.626872.7920
Yxy26.62680.21730.2096
Hunter Lab51.60125.1722-47.5176
CIE-Lab58.62739.4311-46.2113

#628cde color RGB value is (98,140,222).

#628cde hex color red value is 98, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #628cde hue: 0.61 , saturation: 0.65 and the lightness value of 628cde is 0.63.

The process color (four color CMYK) of #628cde color hex is 0.56, 0.37, 0.00, 0.13. Web safe color of #628cde is #6699cc. Color #628cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001100 11011110
Octal 142 214 336
Decimal 98 140 222
Hex 62 8C DE

RGB Percentages of Color #628cde

%21.30
%30.43
%48.26

CMYK Percentages of Color #628cde

%56
%37
%0
%13

Triadic Colors of #628cde

#628cde #de628c #8cde62

Analogous Colors of #628cde

#628cde #7662de #62cade

Monochromatic Colors of #628cde

#628cde

Complementary Color

#628cde #deb462

#628cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#628cde Color CSS Codes

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

#628cde Text Font Color

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

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


#628cde Background Color

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

This div background color is #628cde


#628cde Border Color

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

This div border color is #628cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628cde


Comments

No comments written yet.

Please login to write comment.