Color Hex Logo

#655cbe Color Hex

#655CBE
(101,92,190)
0 Favorites   0 Comments

Color spaces of #655cbe

RGB 10192190
HSL0.680.430.55
HSV246°52°75°
CMYK 0.470.520.00   0.25
XYZ18.488214.138750.4698
Yxy14.13870.22250.1701
Hunter Lab37.601521.9638-53.2598
CIE-Lab44.431229.2253-50.5903

#655cbe color RGB value is (101,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011100 10111110
Octal 145 134 276
Decimal 101 92 190
Hex 65 5C BE

RGB Percentages of Color #655cbe

%26.37
%24.02
%49.61

CMYK Percentages of Color #655cbe

%47
%52
%0
%25

Triadic Colors of #655cbe

#655cbe #be655c #5cbe65

Analogous Colors of #655cbe

#655cbe #965cbe #5c84be

Monochromatic Colors of #655cbe

#655cbe

Complementary Color

#655cbe #b5be5c

#655cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#655cbe Color CSS Codes

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

#655cbe Text Font Color

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

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


#655cbe Background Color

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

This div background color is #655cbe


#655cbe Border Color

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

This div border color is #655cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655cbe


Comments

No comments written yet.

Please login to write comment.