Color Hex Logo

#605ebc Color Hex

#605EBC
(96,94,188)
0 Favorites   0 Comments

Color spaces of #605ebc

RGB 9694188
HSL0.670.410.55
HSV241°50°74°
CMYK 0.490.500.00   0.26
XYZ17.903714.123049.3593
Yxy14.12300.22000.1735
Hunter Lab37.580619.2729-51.5666
CIE-Lab44.408826.2361-49.4852

#605ebc color RGB value is (96,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 10111100
Octal 140 136 274
Decimal 96 94 188
Hex 60 5E BC

RGB Percentages of Color #605ebc

%25.40
%24.87
%49.74

CMYK Percentages of Color #605ebc

%49
%50
%0
%26

Triadic Colors of #605ebc

#605ebc #bc605e #5ebc60

Analogous Colors of #605ebc

#605ebc #8f5ebc #5e8bbc

Monochromatic Colors of #605ebc

#605ebc

Complementary Color

#605ebc #babc5e

#605ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#605ebc Color CSS Codes

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

#605ebc Text Font Color

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

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


#605ebc Background Color

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

This div background color is #605ebc


#605ebc Border Color

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

This div border color is #605ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605ebc


Comments

No comments written yet.

Please login to write comment.