Color Hex Logo

#615efa Color Hex

#615EFA
(97,94,250)
0 Favorites   0 Comments

Color spaces of #615efa

RGB 9794250
HSL0.670.940.67
HSV241°62°98°
CMYK 0.610.620.00   0.02
XYZ26.187817.448992.4302
Yxy17.44890.19250.1282
Hunter Lab41.771938.8052-101.9529
CIE-Lab48.820745.9548-77.6116

#615efa color RGB value is (97,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 11111010
Octal 141 136 372
Decimal 97 94 250
Hex 61 5E FA

RGB Percentages of Color #615efa

%22.00
%21.32
%56.69

CMYK Percentages of Color #615efa

%61
%62
%0
%2

Triadic Colors of #615efa

#615efa #fa615e #5efa61

Analogous Colors of #615efa

#615efa #af5efa #5ea9fa

Monochromatic Colors of #615efa

#615efa

Complementary Color

#615efa #f7fa5e

#615efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#615efa Color CSS Codes

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

#615efa Text Font Color

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

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


#615efa Background Color

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

This div background color is #615efa


#615efa Border Color

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

This div border color is #615efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615efa


Comments

No comments written yet.

Please login to write comment.