Color Hex Logo

#614eea Color Hex

#614EEA
(97,78,234)
0 Favorites   0 Comments

Color spaces of #614eea

RGB 9778234
HSL0.690.790.61
HSV247°67°92°
CMYK 0.590.670.00   0.08
XYZ22.505413.930779.3446
Yxy13.93070.19440.1203
Hunter Lab37.323942.3145-99.9145
CIE-Lab44.133450.1325-76.2982

#614eea color RGB value is (97,78,234).

#614eea hex color red value is 97, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #614eea hue: 0.69 , saturation: 0.79 and the lightness value of 614eea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001110 11101010
Octal 141 116 352
Decimal 97 78 234
Hex 61 4E EA

RGB Percentages of Color #614eea

%23.72
%19.07
%57.21

CMYK Percentages of Color #614eea

%59
%67
%0
%8

Triadic Colors of #614eea

#614eea #ea614e #4eea61

Analogous Colors of #614eea

#614eea #af4eea #4e89ea

Monochromatic Colors of #614eea

#614eea

Complementary Color

#614eea #d7ea4e

#614eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#614eea Color CSS Codes

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

#614eea Text Font Color

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

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


#614eea Background Color

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

This div background color is #614eea


#614eea Border Color

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

This div border color is #614eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614eea


Comments

No comments written yet.

Please login to write comment.