Color Hex Logo

#618cfe Color Hex

#618CFE
(97,140,254)
0 Favorites   0 Comments

Color spaces of #618cfe

RGB 97140254
HSL0.620.990.69
HSV224°62°100°
CMYK 0.620.450.00   0.00
XYZ32.197228.453397.5610
Yxy28.45330.20350.1798
Hunter Lab53.341614.3954-71.1013
CIE-Lab60.296119.6861-61.2676

#618cfe color RGB value is (97,140,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 11111110
Octal 141 214 376
Decimal 97 140 254
Hex 61 8C FE

RGB Percentages of Color #618cfe

%19.76
%28.51
%51.73

CMYK Percentages of Color #618cfe

%62
%45
%0
%0

Triadic Colors of #618cfe

#618cfe #fe618c #8cfe61

Analogous Colors of #618cfe

#618cfe #8561fe #61dbfe

Monochromatic Colors of #618cfe

#618cfe

Complementary Color

#618cfe #fed361

#618cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cfe Color CSS Codes

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

#618cfe Text Font Color

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

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


#618cfe Background Color

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

This div background color is #618cfe


#618cfe Border Color

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

This div border color is #618cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,140,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cfe


Comments

No comments written yet.

Please login to write comment.