Color Hex Logo

#605bea Color Hex

#605BEA
(96,91,234)
0 Favorites   0 Comments

Color spaces of #605bea

RGB 9691234
HSL0.670.770.64
HSV242°61°92°
CMYK 0.590.610.00   0.08
XYZ23.416215.909579.6786
Yxy15.90950.19680.1337
Hunter Lab39.886734.9898-90.5183
CIE-Lab46.855542.5169-71.8571

#605bea color RGB value is (96,91,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011011 11101010
Octal 140 133 352
Decimal 96 91 234
Hex 60 5B EA

RGB Percentages of Color #605bea

%22.80
%21.62
%55.58

CMYK Percentages of Color #605bea

%59
%61
%0
%8

Triadic Colors of #605bea

#605bea #ea605b #5bea60

Analogous Colors of #605bea

#605bea #a85bea #5b9eea

Monochromatic Colors of #605bea

#605bea

Complementary Color

#605bea #e5ea5b

#605bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#605bea Color CSS Codes

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

#605bea Text Font Color

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

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


#605bea Background Color

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

This div background color is #605bea


#605bea Border Color

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

This div border color is #605bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605bea


Comments

No comments written yet.

Please login to write comment.