Color Hex Logo

#655aba Color Hex

#655ABA
(101,90,186)
0 Favorites   0 Comments

Color spaces of #655aba

RGB 10190186
HSL0.690.410.54
HSV247°52°73°
CMYK 0.460.520.00   0.27
XYZ17.885913.624248.1414
Yxy13.62420.22460.1710
Hunter Lab36.911021.9013-51.4917
CIE-Lab43.689129.2433-49.4519

#655aba color RGB value is (101,90,186).

#655aba hex color red value is 101, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #655aba hue: 0.69 , saturation: 0.41 and the lightness value of 655aba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 10111010
Octal 145 132 272
Decimal 101 90 186
Hex 65 5A BA

RGB Percentages of Color #655aba

%26.79
%23.87
%49.34

CMYK Percentages of Color #655aba

%46
%52
%0
%27

Triadic Colors of #655aba

#655aba #ba655a #5aba65

Analogous Colors of #655aba

#655aba #955aba #5a7fba

Monochromatic Colors of #655aba

#655aba

Complementary Color

#655aba #afba5a

#655aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#655aba Color CSS Codes

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

#655aba Text Font Color

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

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


#655aba Background Color

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

This div background color is #655aba


#655aba Border Color

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

This div border color is #655aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655aba


Comments

No comments written yet.

Please login to write comment.