Color Hex Logo

#628aca Color Hex

#628ACA
(98,138,202)
0 Favorites   0 Comments

Color spaces of #628aca

RGB 98138202
HSL0.600.500.59
HSV217°51°79°
CMYK 0.510.320.00   0.21
XYZ24.786225.037959.4035
Yxy25.03790.22690.2292
Hunter Lab50.03790.8534-35.3608
CIE-Lab57.11234.3040-37.3676

#628aca color RGB value is (98,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 11001010
Octal 142 212 312
Decimal 98 138 202
Hex 62 8A CA

RGB Percentages of Color #628aca

%22.37
%31.51
%46.12

CMYK Percentages of Color #628aca

%51
%32
%0
%21

Triadic Colors of #628aca

#628aca #ca628a #8aca62

Analogous Colors of #628aca

#628aca #6e62ca #62beca

Monochromatic Colors of #628aca

#628aca

Complementary Color

#628aca #caa262

#628aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#628aca Color CSS Codes

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

#628aca Text Font Color

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

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


#628aca Background Color

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

This div background color is #628aca


#628aca Border Color

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

This div border color is #628aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,138,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 #628aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628aca


Comments

No comments written yet.

Please login to write comment.