Color Hex Logo

#605ebe Color Hex

#605EBE
(96,94,190)
0 Favorites   0 Comments

Color spaces of #605ebe

RGB 9694190
HSL0.670.420.56
HSV241°51°75°
CMYK 0.490.510.00   0.25
XYZ18.120814.209950.5029
Yxy14.20990.21880.1715
Hunter Lab37.696019.8384-53.0460
CIE-Lab44.532526.8570-50.4495

#605ebe color RGB value is (96,94,190).

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

The process color (four color CMYK) of #605ebe color hex is 0.49, 0.51, 0.00, 0.25. Web safe color of #605ebe is #6666cc. Color #605ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 10111110
Octal 140 136 276
Decimal 96 94 190
Hex 60 5E BE

RGB Percentages of Color #605ebe

%25.26
%24.74
%50.00

CMYK Percentages of Color #605ebe

%49
%51
%0
%25

Triadic Colors of #605ebe

#605ebe #be605e #5ebe60

Analogous Colors of #605ebe

#605ebe #905ebe #5e8cbe

Monochromatic Colors of #605ebe

#605ebe

Complementary Color

#605ebe #bcbe5e

#605ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#605ebe Color CSS Codes

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

#605ebe Text Font Color

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

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


#605ebe Background Color

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

This div background color is #605ebe


#605ebe Border Color

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

This div border color is #605ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605ebe


Comments

No comments written yet.

Please login to write comment.