Color Hex Logo

#618bfd Color Hex

#618BFD
(97,139,253)
0 Favorites   0 Comments

Color spaces of #618bfd

RGB 97139253
HSL0.620.980.69
HSV224°62°99°
CMYK 0.620.450.00   0.01
XYZ31.892028.098596.6712
Yxy28.09850.20360.1794
Hunter Lab53.008014.6296-71.0221
CIE-Lab59.977619.9540-61.2287

#618bfd color RGB value is (97,139,253).

#618bfd hex color red value is 97, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #618bfd hue: 0.62 , saturation: 0.98 and the lightness value of 618bfd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001011 11111101
Octal 141 213 375
Decimal 97 139 253
Hex 61 8B FD

RGB Percentages of Color #618bfd

%19.84
%28.43
%51.74

CMYK Percentages of Color #618bfd

%62
%45
%0
%1

Triadic Colors of #618bfd

#618bfd #fd618b #8bfd61

Analogous Colors of #618bfd

#618bfd #8561fd #61d9fd

Monochromatic Colors of #618bfd

#618bfd

Complementary Color

#618bfd #fdd361

#618bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#618bfd Color CSS Codes

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

#618bfd Text Font Color

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

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


#618bfd Background Color

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

This div background color is #618bfd


#618bfd Border Color

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

This div border color is #618bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618bfd


Comments

No comments written yet.

Please login to write comment.