Color Hex Logo

#615eee Color Hex

#615EEE
(97,94,238)
0 Favorites   0 Comments

Color spaces of #615eee

RGB 9794238
HSL0.670.810.65
HSV241°61°93°
CMYK 0.590.610.00   0.07
XYZ24.365116.719882.8320
Yxy16.71980.19660.1349
Hunter Lab40.889934.8058-91.4829
CIE-Lab47.905042.1713-72.3945

#615eee color RGB value is (97,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 11101110
Octal 141 136 356
Decimal 97 94 238
Hex 61 5E EE

RGB Percentages of Color #615eee

%22.61
%21.91
%55.48

CMYK Percentages of Color #615eee

%59
%61
%0
%7

Triadic Colors of #615eee

#615eee #ee615e #5eee61

Analogous Colors of #615eee

#615eee #a95eee #5ea3ee

Monochromatic Colors of #615eee

#615eee

Complementary Color

#615eee #ebee5e

#615eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#615eee Color CSS Codes

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

#615eee Text Font Color

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

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


#615eee Background Color

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

This div background color is #615eee


#615eee Border Color

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

This div border color is #615eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615eee


Comments

No comments written yet.

Please login to write comment.