Color Hex Logo

#655cbd Color Hex

#655CBD
(101,92,189)
0 Favorites   0 Comments

Color spaces of #655cbd

RGB 10192189
HSL0.680.420.55
HSV246°51°74°
CMYK 0.470.510.00   0.26
XYZ18.379314.095149.8960
Yxy14.09510.22310.1711
Hunter Lab37.543421.6832-52.5172
CIE-Lab44.369028.9234-50.1087

#655cbd color RGB value is (101,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011100 10111101
Octal 145 134 275
Decimal 101 92 189
Hex 65 5C BD

RGB Percentages of Color #655cbd

%26.44
%24.08
%49.48

CMYK Percentages of Color #655cbd

%47
%51
%0
%26

Triadic Colors of #655cbd

#655cbd #bd655c #5cbd65

Analogous Colors of #655cbd

#655cbd #965cbd #5c84bd

Monochromatic Colors of #655cbd

#655cbd

Complementary Color

#655cbd #b4bd5c

#655cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#655cbd Color CSS Codes

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

#655cbd Text Font Color

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

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


#655cbd Background Color

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

This div background color is #655cbd


#655cbd Border Color

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

This div border color is #655cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655cbd


Comments

No comments written yet.

Please login to write comment.