Color Hex Logo

#628dfc Color Hex

#628DFC
(98,141,252)
0 Favorites   0 Comments

Color spaces of #628dfc

RGB 98141252
HSL0.620.960.69
HSV223°61°99°
CMYK 0.610.440.00   0.01
XYZ32.132628.674795.9367
Yxy28.67470.20500.1829
Hunter Lab53.548813.4008-68.7384
CIE-Lab60.493518.6021-59.8513

#628dfc color RGB value is (98,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001101 11111100
Octal 142 215 374
Decimal 98 141 252
Hex 62 8D FC

RGB Percentages of Color #628dfc

%19.96
%28.72
%51.32

CMYK Percentages of Color #628dfc

%61
%44
%0
%1

Triadic Colors of #628dfc

#628dfc #fc628d #8dfc62

Analogous Colors of #628dfc

#628dfc #8462fc #62dafc

Monochromatic Colors of #628dfc

#628dfc

Complementary Color

#628dfc #fcd162

#628dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#628dfc Color CSS Codes

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

#628dfc Text Font Color

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

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


#628dfc Background Color

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

This div background color is #628dfc


#628dfc Border Color

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

This div border color is #628dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.