Color Hex Logo

#627dfa Color Hex

#627DFA
(98,125,250)
0 Favorites   0 Comments

Color spaces of #627dfa

RGB 98125250
HSL0.640.940.68
HSV229°61°98°
CMYK 0.610.500.00   0.02
XYZ29.625924.166093.5455
Yxy24.16600.20110.1640
Hunter Lab49.158921.5459-78.4129
CIE-Lab56.253627.5735-65.5549

#627dfa color RGB value is (98,125,250).

#627dfa hex color red value is 98, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #627dfa hue: 0.64 , saturation: 0.94 and the lightness value of 627dfa is 0.68.

The process color (four color CMYK) of #627dfa color hex is 0.61, 0.50, 0.00, 0.02. Web safe color of #627dfa is #6666ff. Color #627dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111101 11111010
Octal 142 175 372
Decimal 98 125 250
Hex 62 7D FA

RGB Percentages of Color #627dfa

%20.72
%26.43
%52.85

CMYK Percentages of Color #627dfa

%61
%50
%0
%2

Triadic Colors of #627dfa

#627dfa #fa627d #7dfa62

Analogous Colors of #627dfa

#627dfa #9362fa #62c9fa

Monochromatic Colors of #627dfa

#627dfa

Complementary Color

#627dfa #fadf62

#627dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#627dfa Color CSS Codes

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

#627dfa Text Font Color

<p style="color:#627dfa">Text here</p>

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


#627dfa Background Color

<div style="background-color:#627dfa">
Div content here</div>

This div background color is #627dfa


#627dfa Border Color

<div style="border:3px solid #627dfa">
Div here</div>

This div border color is #627dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,125,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #627dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #627dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #627dfa;
  box-shadow:         1px 1px 3px 2px #627dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.