Color Hex Logo

#615eea Color Hex

#615EEA
(97,94,234)
0 Favorites   0 Comments

Color spaces of #615eea

RGB 9794234
HSL0.670.770.64
HSV241°60°92°
CMYK 0.590.600.00   0.08
XYZ23.783816.487379.7707
Yxy16.48730.19810.1373
Hunter Lab40.604633.4970-88.0565
CIE-Lab47.607440.9077-70.6301

#615eea color RGB value is (97,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 11101010
Octal 141 136 352
Decimal 97 94 234
Hex 61 5E EA

RGB Percentages of Color #615eea

%22.82
%22.12
%55.06

CMYK Percentages of Color #615eea

%59
%60
%0
%8

Triadic Colors of #615eea

#615eea #ea615e #5eea61

Analogous Colors of #615eea

#615eea #a75eea #5ea1ea

Monochromatic Colors of #615eea

#615eea

Complementary Color

#615eea #e7ea5e

#615eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#615eea Color CSS Codes

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

#615eea Text Font Color

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

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


#615eea Background Color

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

This div background color is #615eea


#615eea Border Color

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

This div border color is #615eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615eea


Comments

No comments written yet.

Please login to write comment.