Color Hex Logo

#618dfa Color Hex

#618DFA
(97,141,250)
0 Favorites   0 Comments

Color spaces of #618dfa

RGB 97141250
HSL0.620.940.68
HSV223°61°98°
CMYK 0.610.440.00   0.02
XYZ31.710028.493394.2709
Yxy28.49330.20530.1845
Hunter Lab53.379112.6249-67.3445
CIE-Lab60.331817.7651-59.0137

#618dfa color RGB value is (97,141,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001101 11111010
Octal 141 215 372
Decimal 97 141 250
Hex 61 8D FA

RGB Percentages of Color #618dfa

%19.88
%28.89
%51.23

CMYK Percentages of Color #618dfa

%61
%44
%0
%2

Triadic Colors of #618dfa

#618dfa #fa618d #8dfa61

Analogous Colors of #618dfa

#618dfa #8261fa #61dafa

Monochromatic Colors of #618dfa

#618dfa

Complementary Color

#618dfa #face61

#618dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#618dfa Color CSS Codes

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

#618dfa Text Font Color

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

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


#618dfa Background Color

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

This div background color is #618dfa


#618dfa Border Color

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

This div border color is #618dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,141,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 #618dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.