Color Hex Logo

#628acd Color Hex

#628ACD
(98,138,205)
0 Favorites   0 Comments

Color spaces of #628acd

RGB 98138205
HSL0.600.520.59
HSV218°52°80°
CMYK 0.520.330.00   0.20
XYZ25.144925.181461.2928
Yxy25.18140.22530.2256
Hunter Lab50.18111.6265-37.2920
CIE-Lab57.25175.2367-38.8417

#628acd color RGB value is (98,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 11001101
Octal 142 212 315
Decimal 98 138 205
Hex 62 8A CD

RGB Percentages of Color #628acd

%22.22
%31.29
%46.49

CMYK Percentages of Color #628acd

%52
%33
%0
%20

Triadic Colors of #628acd

#628acd #cd628a #8acd62

Analogous Colors of #628acd

#628acd #7062cd #62c0cd

Monochromatic Colors of #628acd

#628acd

Complementary Color

#628acd #cda562

#628acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#628acd Color CSS Codes

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

#628acd Text Font Color

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

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


#628acd Background Color

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

This div background color is #628acd


#628acd Border Color

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

This div border color is #628acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628acd


Comments

No comments written yet.

Please login to write comment.