Color Hex Logo

#618cea Color Hex

#618CEA
(97,140,234)
0 Favorites   0 Comments

Color spaces of #618cea

RGB 97140234
HSL0.610.770.65
HSV221°59°92°
CMYK 0.590.400.00   0.08
XYZ29.159127.238181.5625
Yxy27.23810.21140.1974
Hunter Lab52.19018.3968-56.1250
CIE-Lab59.194113.1091-51.9931

#618cea color RGB value is (97,140,234).

#618cea hex color red value is 97, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #618cea hue: 0.61 , saturation: 0.77 and the lightness value of 618cea is 0.65.

The process color (four color CMYK) of #618cea color hex is 0.59, 0.40, 0.00, 0.08. Web safe color of #618cea is #6699ff. Color #618cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 11101010
Octal 141 214 352
Decimal 97 140 234
Hex 61 8C EA

RGB Percentages of Color #618cea

%20.59
%29.72
%49.68

CMYK Percentages of Color #618cea

%59
%40
%0
%8

Triadic Colors of #618cea

#618cea #ea618c #8cea61

Analogous Colors of #618cea

#618cea #7b61ea #61d1ea

Monochromatic Colors of #618cea

#618cea

Complementary Color

#618cea #eabf61

#618cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cea Color CSS Codes

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

#618cea Text Font Color

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

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


#618cea Background Color

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

This div background color is #618cea


#618cea Border Color

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

This div border color is #618cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cea


Comments

No comments written yet.

Please login to write comment.