Color Hex Logo

#615bea Color Hex

#615BEA
(97,91,234)
0 Favorites   0 Comments

Color spaces of #615bea

RGB 9791234
HSL0.670.770.64
HSV243°61°92°
CMYK 0.590.610.00   0.08
XYZ23.522115.964179.6835
Yxy15.96410.19740.1340
Hunter Lab39.955135.1639-90.2750
CIE-Lab46.927442.6792-71.7369

#615bea color RGB value is (97,91,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011011 11101010
Octal 141 133 352
Decimal 97 91 234
Hex 61 5B EA

RGB Percentages of Color #615bea

%22.99
%21.56
%55.45

CMYK Percentages of Color #615bea

%59
%61
%0
%8

Triadic Colors of #615bea

#615bea #ea615b #5bea61

Analogous Colors of #615bea

#615bea #a95bea #5b9dea

Monochromatic Colors of #615bea

#615bea

Complementary Color

#615bea #e4ea5b

#615bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#615bea Color CSS Codes

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

#615bea Text Font Color

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

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


#615bea Background Color

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

This div background color is #615bea


#615bea Border Color

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

This div border color is #615bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615bea


Comments

No comments written yet.

Please login to write comment.