Color Hex Logo

#628eca Color Hex

#628ECA
(98,142,202)
0 Favorites   0 Comments

Color spaces of #628eca

RGB 98142202
HSL0.600.500.59
HSV215°51°79°
CMYK 0.510.300.00   0.21
XYZ25.370726.206959.5984
Yxy26.20690.22820.2357
Hunter Lab51.1927-1.1239-33.1904
CIE-Lab58.23291.9654-35.6140

#628eca color RGB value is (98,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 11001010
Octal 142 216 312
Decimal 98 142 202
Hex 62 8E CA

RGB Percentages of Color #628eca

%22.17
%32.13
%45.70

CMYK Percentages of Color #628eca

%51
%30
%0
%21

Triadic Colors of #628eca

#628eca #ca628e #8eca62

Analogous Colors of #628eca

#628eca #6a62ca #62c2ca

Monochromatic Colors of #628eca

#628eca

Complementary Color

#628eca #ca9e62

#628eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#628eca Color CSS Codes

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

#628eca Text Font Color

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

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


#628eca Background Color

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

This div background color is #628eca


#628eca Border Color

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

This div border color is #628eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628eca


Comments

No comments written yet.

Please login to write comment.