Color Hex Logo

#628ecd Color Hex

#628ECD
(98,142,205)
0 Favorites   0 Comments

Color spaces of #628ecd

RGB 98142205
HSL0.600.520.59
HSV215°52°80°
CMYK 0.520.310.00   0.20
XYZ25.729426.350561.4877
Yxy26.35050.22660.2320
Hunter Lab51.3327-0.3631-35.0862
CIE-Lab58.36832.8921-37.0915

#628ecd color RGB value is (98,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 11001101
Octal 142 216 315
Decimal 98 142 205
Hex 62 8E CD

RGB Percentages of Color #628ecd

%22.02
%31.91
%46.07

CMYK Percentages of Color #628ecd

%52
%31
%0
%20

Triadic Colors of #628ecd

#628ecd #cd628e #8ecd62

Analogous Colors of #628ecd

#628ecd #6c62cd #62c4cd

Monochromatic Colors of #628ecd

#628ecd

Complementary Color

#628ecd #cda162

#628ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#628ecd Color CSS Codes

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

#628ecd Text Font Color

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

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


#628ecd Background Color

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

This div background color is #628ecd


#628ecd Border Color

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

This div border color is #628ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628ecd


Comments

No comments written yet.

Please login to write comment.