Color Hex Logo

#655cbb Color Hex

#655CBB
(101,92,187)
0 Favorites   0 Comments

Color spaces of #655cbb

RGB 10192187
HSL0.680.410.55
HSV246°51°73°
CMYK 0.460.510.00   0.27
XYZ18.163614.008948.7604
Yxy14.00890.22440.1731
Hunter Lab37.428521.1242-51.0409
CIE-Lab44.245728.3194-49.1425

#655cbb color RGB value is (101,92,187).

#655cbb hex color red value is 101, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #655cbb hue: 0.68 , saturation: 0.41 and the lightness value of 655cbb is 0.55.

The process color (four color CMYK) of #655cbb color hex is 0.46, 0.51, 0.00, 0.27. Web safe color of #655cbb is #6666cc. Color #655cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011100 10111011
Octal 145 134 273
Decimal 101 92 187
Hex 65 5C BB

RGB Percentages of Color #655cbb

%26.58
%24.21
%49.21

CMYK Percentages of Color #655cbb

%46
%51
%0
%27

Triadic Colors of #655cbb

#655cbb #bb655c #5cbb65

Analogous Colors of #655cbb

#655cbb #955cbb #5c83bb

Monochromatic Colors of #655cbb

#655cbb

Complementary Color

#655cbb #b2bb5c

#655cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#655cbb Color CSS Codes

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

#655cbb Text Font Color

<p style="color:#655cbb">Text here</p>

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


#655cbb Background Color

<div style="background-color:#655cbb">
Div content here</div>

This div background color is #655cbb


#655cbb Border Color

<div style="border:3px solid #655cbb">
Div here</div>

This div border color is #655cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,92,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #655cbb;
  box-shadow:         1px 1px 3px 2px #655cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,92,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655cbb


Comments

No comments written yet.

Please login to write comment.