Color Hex Logo

#605eeb Color Hex

#605EEB
(96,94,235)
0 Favorites   0 Comments

Color spaces of #605eeb

RGB 9694235
HSL0.670.780.65
HSV241°60°92°
CMYK 0.590.600.00   0.08
XYZ23.822016.490480.5247
Yxy16.49040.19710.1365
Hunter Lab40.608433.6484-89.1437
CIE-Lab47.611441.0591-71.1895

#605eeb color RGB value is (96,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 11101011
Octal 140 136 353
Decimal 96 94 235
Hex 60 5E EB

RGB Percentages of Color #605eeb

%22.59
%22.12
%55.29

CMYK Percentages of Color #605eeb

%59
%60
%0
%8

Triadic Colors of #605eeb

#605eeb #eb605e #5eeb60

Analogous Colors of #605eeb

#605eeb #a75eeb #5ea3eb

Monochromatic Colors of #605eeb

#605eeb

Complementary Color

#605eeb #e9eb5e

#605eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#605eeb Color CSS Codes

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

#605eeb Text Font Color

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

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


#605eeb Background Color

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

This div background color is #605eeb


#605eeb Border Color

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

This div border color is #605eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605eeb


Comments

No comments written yet.

Please login to write comment.