Color Hex Logo

#628afd Color Hex

#628AFD
(98,138,253)
0 Favorites   0 Comments

Color spaces of #628afd

RGB 98138253
HSL0.620.970.69
HSV225°61°99°
CMYK 0.610.450.00   0.01
XYZ31.855127.865596.6281
Yxy27.86550.20370.1782
Hunter Lab52.787815.3383-71.5790
CIE-Lab59.767020.7276-61.5632

#628afd color RGB value is (98,138,253).

#628afd hex color red value is 98, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #628afd hue: 0.62 , saturation: 0.97 and the lightness value of 628afd is 0.69.

The process color (four color CMYK) of #628afd color hex is 0.61, 0.45, 0.00, 0.01. Web safe color of #628afd is #6699ff. Color #628afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 11111101
Octal 142 212 375
Decimal 98 138 253
Hex 62 8A FD

RGB Percentages of Color #628afd

%20.04
%28.22
%51.74

CMYK Percentages of Color #628afd

%61
%45
%0
%1

Triadic Colors of #628afd

#628afd #fd628a #8afd62

Analogous Colors of #628afd

#628afd #8862fd #62d8fd

Monochromatic Colors of #628afd

#628afd

Complementary Color

#628afd #fdd562

#628afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#628afd Color CSS Codes

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

#628afd Text Font Color

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

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


#628afd Background Color

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

This div background color is #628afd


#628afd Border Color

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

This div border color is #628afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628afd


Comments

No comments written yet.

Please login to write comment.