Color Hex Logo

#628edc Color Hex

#628EDC
(98,142,220)
0 Favorites   0 Comments

Color spaces of #628edc

RGB 98142220
HSL0.610.640.62
HSV218°55°86°
CMYK 0.550.350.00   0.14
XYZ27.628327.110071.4867
Yxy27.11000.21890.2148
Hunter Lab52.06733.5992-44.9562
CIE-Lab59.07607.6105-44.3861

#628edc color RGB value is (98,142,220).

#628edc hex color red value is 98, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #628edc hue: 0.61 , saturation: 0.64 and the lightness value of 628edc is 0.62.

The process color (four color CMYK) of #628edc color hex is 0.55, 0.35, 0.00, 0.14. Web safe color of #628edc is #6699cc. Color #628edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 11011100
Octal 142 216 334
Decimal 98 142 220
Hex 62 8E DC

RGB Percentages of Color #628edc

%21.30
%30.87
%47.83

CMYK Percentages of Color #628edc

%55
%35
%0
%14

Triadic Colors of #628edc

#628edc #dc628e #8edc62

Analogous Colors of #628edc

#628edc #7362dc #62cbdc

Monochromatic Colors of #628edc

#628edc

Complementary Color

#628edc #dcb062

#628edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#628edc Color CSS Codes

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

#628edc Text Font Color

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

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


#628edc Background Color

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

This div background color is #628edc


#628edc Border Color

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

This div border color is #628edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628edc


Comments

No comments written yet.

Please login to write comment.