Color Hex Logo

#605deb Color Hex

#605DEB
(96,93,235)
0 Favorites   0 Comments

Color spaces of #605deb

RGB 9693235
HSL0.670.780.64
HSV241°60°92°
CMYK 0.590.600.00   0.08
XYZ23.733616.313780.4952
Yxy16.31370.19690.1353
Hunter Lab40.390234.2051-89.8881
CIE-Lab47.383441.6516-71.5606

#605deb color RGB value is (96,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011101 11101011
Octal 140 135 353
Decimal 96 93 235
Hex 60 5D EB

RGB Percentages of Color #605deb

%22.64
%21.93
%55.42

CMYK Percentages of Color #605deb

%59
%60
%0
%8

Triadic Colors of #605deb

#605deb #eb605d #5deb60

Analogous Colors of #605deb

#605deb #a75deb #5da1eb

Monochromatic Colors of #605deb

#605deb

Complementary Color

#605deb #e8eb5d

#605deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#605deb Color CSS Codes

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

#605deb Text Font Color

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

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


#605deb Background Color

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

This div background color is #605deb


#605deb Border Color

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

This div border color is #605deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605deb


Comments

No comments written yet.

Please login to write comment.