Color Hex Logo

#605aea Color Hex

#605AEA
(96,90,234)
0 Favorites   0 Comments

Color spaces of #605aea

RGB 9690234
HSL0.670.770.64
HSV243°62°92°
CMYK 0.590.620.00   0.08
XYZ23.331315.739679.6503
Yxy15.73960.19650.1326
Hunter Lab39.673235.5456-91.2631
CIE-Lab46.631043.1056-72.2229

#605aea color RGB value is (96,90,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011010 11101010
Octal 140 132 352
Decimal 96 90 234
Hex 60 5A EA

RGB Percentages of Color #605aea

%22.86
%21.43
%55.71

CMYK Percentages of Color #605aea

%59
%62
%0
%8

Triadic Colors of #605aea

#605aea #ea605a #5aea60

Analogous Colors of #605aea

#605aea #a85aea #5a9cea

Monochromatic Colors of #605aea

#605aea

Complementary Color

#605aea #e4ea5a

#605aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#605aea Color CSS Codes

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

#605aea Text Font Color

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

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


#605aea Background Color

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

This div background color is #605aea


#605aea Border Color

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

This div border color is #605aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605aea


Comments

No comments written yet.

Please login to write comment.