Color Hex Logo

#605cbe Color Hex

#605CBE
(96,92,190)
0 Favorites   0 Comments

Color spaces of #605cbe

RGB 9692190
HSL0.670.430.55
HSV242°52°75°
CMYK 0.490.520.00   0.25
XYZ17.945313.858850.4444
Yxy13.85880.21820.1685
Hunter Lab37.227420.8971-54.2808
CIE-Lab44.029728.0918-51.2565

#605cbe color RGB value is (96,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011100 10111110
Octal 140 134 276
Decimal 96 92 190
Hex 60 5C BE

RGB Percentages of Color #605cbe

%25.40
%24.34
%50.26

CMYK Percentages of Color #605cbe

%49
%52
%0
%25

Triadic Colors of #605cbe

#605cbe #be605c #5cbe60

Analogous Colors of #605cbe

#605cbe #915cbe #5c89be

Monochromatic Colors of #605cbe

#605cbe

Complementary Color

#605cbe #babe5c

#605cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#605cbe Color CSS Codes

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

#605cbe Text Font Color

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

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


#605cbe Background Color

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

This div background color is #605cbe


#605cbe Border Color

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

This div border color is #605cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605cbe


Comments

No comments written yet.

Please login to write comment.