Color Hex Logo

#605cbc Color Hex

#605CBC
(96,92,188)
0 Favorites   0 Comments

Color spaces of #605cbc

RGB 9692188
HSL0.670.420.55
HSV243°51°74°
CMYK 0.490.510.00   0.26
XYZ17.728113.771949.3008
Yxy13.77190.21940.1704
Hunter Lab37.110520.3280-52.7886
CIE-Lab43.904027.4718-50.2948

#605cbc color RGB value is (96,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011100 10111100
Octal 140 134 274
Decimal 96 92 188
Hex 60 5C BC

RGB Percentages of Color #605cbc

%25.53
%24.47
%50.00

CMYK Percentages of Color #605cbc

%49
%51
%0
%26

Triadic Colors of #605cbc

#605cbc #bc605c #5cbc60

Analogous Colors of #605cbc

#605cbc #905cbc #5c88bc

Monochromatic Colors of #605cbc

#605cbc

Complementary Color

#605cbc #b8bc5c

#605cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#605cbc Color CSS Codes

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

#605cbc Text Font Color

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

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


#605cbc Background Color

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

This div background color is #605cbc


#605cbc Border Color

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

This div border color is #605cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605cbc


Comments

No comments written yet.

Please login to write comment.