Color Hex Logo

#628cea Color Hex

#628CEA
(98,140,234)
0 Favorites   0 Comments

Color spaces of #628cea

RGB 98140234
HSL0.620.760.65
HSV221°58°92°
CMYK 0.580.400.00   0.08
XYZ29.266427.293481.5675
Yxy27.29340.21190.1976
Hunter Lab52.24318.5697-55.9997
CIE-Lab59.244913.3031-51.9091

#628cea color RGB value is (98,140,234).

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

The process color (four color CMYK) of #628cea color hex is 0.58, 0.40, 0.00, 0.08. Web safe color of #628cea is #6699ff. Color #628cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001100 11101010
Octal 142 214 352
Decimal 98 140 234
Hex 62 8C EA

RGB Percentages of Color #628cea

%20.76
%29.66
%49.58

CMYK Percentages of Color #628cea

%58
%40
%0
%8

Triadic Colors of #628cea

#628cea #ea628c #8cea62

Analogous Colors of #628cea

#628cea #7c62ea #62d0ea

Monochromatic Colors of #628cea

#628cea

Complementary Color

#628cea #eac062

#628cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#628cea Color CSS Codes

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

#628cea Text Font Color

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

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


#628cea Background Color

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

This div background color is #628cea


#628cea Border Color

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

This div border color is #628cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628cea


Comments

No comments written yet.

Please login to write comment.