Color Hex Logo

#605efa Color Hex

#605EFA
(96,94,250)
0 Favorites   0 Comments

Color spaces of #605efa

RGB 9694250
HSL0.670.940.67
HSV241°62°98°
CMYK 0.620.620.00   0.02
XYZ26.081917.394392.4253
Yxy17.39430.19190.1280
Hunter Lab41.706538.6419-102.1974
CIE-Lab48.753145.8074-77.7249

#605efa color RGB value is (96,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 11111010
Octal 140 136 372
Decimal 96 94 250
Hex 60 5E FA

RGB Percentages of Color #605efa

%21.82
%21.36
%56.82

CMYK Percentages of Color #605efa

%62
%62
%0
%2

Triadic Colors of #605efa

#605efa #fa605e #5efa60

Analogous Colors of #605efa

#605efa #ae5efa #5eaafa

Monochromatic Colors of #605efa

#605efa

Complementary Color

#605efa #f8fa5e

#605efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#605efa Color CSS Codes

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

#605efa Text Font Color

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

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


#605efa Background Color

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

This div background color is #605efa


#605efa Border Color

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

This div border color is #605efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #605efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605efa


Comments

No comments written yet.

Please login to write comment.