Color Hex Logo

#655aaf Color Hex

#655AAF
(101,90,175)
0 Favorites   0 Comments

Color spaces of #655aaf

RGB 10190175
HSL0.690.350.52
HSV248°49°69°
CMYK 0.420.490.00   0.31
XYZ16.760913.174242.2169
Yxy13.17420.23230.1826
Hunter Lab36.296318.9093-43.5539
CIE-Lab43.024625.9698-44.0720

#655aaf color RGB value is (101,90,175).

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

The process color (four color CMYK) of #655aaf color hex is 0.42, 0.49, 0.00, 0.31. Web safe color of #655aaf is #666699. Color #655aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 10101111
Octal 145 132 257
Decimal 101 90 175
Hex 65 5A AF

RGB Percentages of Color #655aaf

%27.60
%24.59
%47.81

CMYK Percentages of Color #655aaf

%42
%49
%0
%31

Triadic Colors of #655aaf

#655aaf #af655a #5aaf65

Analogous Colors of #655aaf

#655aaf #905aaf #5a7aaf

Monochromatic Colors of #655aaf

#655aaf

Complementary Color

#655aaf #a4af5a

#655aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#655aaf Color CSS Codes

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

#655aaf Text Font Color

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

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


#655aaf Background Color

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

This div background color is #655aaf


#655aaf Border Color

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

This div border color is #655aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655aaf


Comments

No comments written yet.

Please login to write comment.