Color Hex Logo

#619eea Color Hex

#619EEA
(97,158,234)
0 Favorites   0 Comments

Color spaces of #619eea

RGB 97158234
HSL0.590.770.65
HSV213°59°92°
CMYK 0.590.320.00   0.08
XYZ32.007932.935682.5121
Yxy32.93560.21710.2234
Hunter Lab57.3895-0.8768-45.0718
CIE-Lab64.10872.5678-44.2217

#619eea color RGB value is (97,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011110 11101010
Octal 141 236 352
Decimal 97 158 234
Hex 61 9E EA

RGB Percentages of Color #619eea

%19.84
%32.31
%47.85

CMYK Percentages of Color #619eea

%59
%32
%0
%8

Triadic Colors of #619eea

#619eea #ea619e #9eea61

Analogous Colors of #619eea

#619eea #6961ea #61e3ea

Monochromatic Colors of #619eea

#619eea

Complementary Color

#619eea #eaad61

#619eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#619eea Color CSS Codes

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

#619eea Text Font Color

<p style="color:#619eea">Text here</p>

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


#619eea Background Color

<div style="background-color:#619eea">
Div content here</div>

This div background color is #619eea


#619eea Border Color

<div style="border:3px solid #619eea">
Div here</div>

This div border color is #619eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619eea


Comments

No comments written yet.

Please login to write comment.